change defaults for jtag gpios

This commit is contained in:
M0stafaRady 2024-03-13 11:43:10 -07:00
parent 3070559b28
commit acfa7772b1
1 changed files with 5 additions and 5 deletions

View File

@ -986,7 +986,7 @@ module caravel_core (
);
gpio_defaults_block #(
.GPIO_CONFIG_INIT(`USER_CONFIG_GPIO_27_INIT)
.GPIO_CONFIG_INIT(`GPIO_MODE_MGMT_STD_OUTPUT)
) gpio_defaults_block_27 (
`ifdef USE_POWER_PINS
.VPWR(vccd),
@ -996,7 +996,7 @@ module caravel_core (
);
gpio_defaults_block #(
.GPIO_CONFIG_INIT(`USER_CONFIG_GPIO_28_INIT)
.GPIO_CONFIG_INIT(`GPIO_MODE_MGMT_STD_INPUT_PULLDOWN)
) gpio_defaults_block_28 (
`ifdef USE_POWER_PINS
.VPWR(vccd),
@ -1006,7 +1006,7 @@ module caravel_core (
);
gpio_defaults_block #(
.GPIO_CONFIG_INIT(`USER_CONFIG_GPIO_29_INIT)
.GPIO_CONFIG_INIT(`GPIO_MODE_MGMT_STD_INPUT_PULLDOWN)
) gpio_defaults_block_29 (
`ifdef USE_POWER_PINS
.VPWR(vccd),
@ -1016,7 +1016,7 @@ module caravel_core (
);
gpio_defaults_block #(
.GPIO_CONFIG_INIT(`USER_CONFIG_GPIO_30_INIT)
.GPIO_CONFIG_INIT(`GPIO_MODE_MGMT_STD_INPUT_PULLDOWN)
) gpio_defaults_block_30 (
`ifdef USE_POWER_PINS
.VPWR(vccd),
@ -1026,7 +1026,7 @@ module caravel_core (
);
gpio_defaults_block #(
.GPIO_CONFIG_INIT(`USER_CONFIG_GPIO_31_INIT)
.GPIO_CONFIG_INIT(`GPIO_MODE_MGMT_STD_INPUT_PULLDOWN)
) gpio_defaults_block_31 (
`ifdef USE_POWER_PINS
.VPWR(vccd),