Filippo
12/03/2022, 11:29 AM{{GPIO-DEFINES: ERROR IN verilog/rtl/user_defines.v}} Directives(33) still placeholder (13'hXXXX) or not hex-literal:
I can comment the lines in user_defines.v?Vijayan Krishnan
12/03/2022, 11:34 AM`define GPIO_MODE_MGMT_STD_INPUT_NOPULL 10'h007
`define GPIO_MODE_MGMT_STD_INPUT_PULLDOWN 10'h047
`define GPIO_MODE_MGMT_STD_INPUT_PULLUP 10'h087
`define GPIO_MODE_MGMT_STD_OUTPUT 10'h00b
`define GPIO_MODE_MGMT_STD_BIDIRECTIONAL 10'h009
`define GPIO_MODE_USER_STD_INPUT_NOPULL 10'h006
`define GPIO_MODE_USER_STD_INPUT_PULLDOWN 10'h046
`define GPIO_MODE_USER_STD_INPUT_PULLUP 10'h086
`define GPIO_MODE_USER_STD_OUTPUT 10'h00a
`define GPIO_MODE_USER_STD_BIDIRECTIONAL 10'h008Vijayan Krishnan
12/03/2022, 11:35 AMYou must update verilog/rtl/user_defines.v for each IO and specify a valid power-on default configuration. Precheck will fail without this.Filippo
12/03/2022, 11:38 AMFilippo
12/03/2022, 11:38 AMVijayan Krishnan
12/03/2022, 11:40 AMFilippo
12/03/2022, 11:45 AMFilippo
12/03/2022, 11:45 AMMitch Bailey
12/03/2022, 12:03 PMjeffdi
Filippo
12/03/2022, 4:59 PM