mirror of https://github.com/efabless/caravel.git
fix a typo in caravel_core RTL
This commit is contained in:
parent
0dbdb4df96
commit
efc0304e1e
|
@ -1429,7 +1429,7 @@ module caravel_core (
|
||||||
);
|
);
|
||||||
/* Section 2 GPIOs (GPIO 32 to 34) */
|
/* Section 2 GPIOs (GPIO 32 to 34) */
|
||||||
|
|
||||||
gpio_control_block_mgmt gpio_control_in_2_3 [2:0] (
|
gpio_control_block gpio_control_in_2_3 [2:0] (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.vccd(vccd),
|
.vccd(vccd),
|
||||||
.vssd(vssd),
|
.vssd(vssd),
|
||||||
|
|
Loading…
Reference in New Issue