Emilio Baungarten
04/02/2024, 12:45 AMMitch Bailey
04/02/2024, 1:09 AMcaravel
not caravan
, correct?
If these signals are both inputs, I expect that the testbench is driving them. What testbench are you using?Emilio Baungarten
04/02/2024, 2:16 AMio_ports
example and modified some things to simulate my module, I attach the verilog file.
on line 320 I have assign mprj_io[36] = prog_clk[0];
, on line 327 I assign _gfpga_pad_GPIO_PAD[0]_ to _mprj_io[26]_ (assign {mprj_io[24],mprj_io[25],mprj_io[26]} = gfpga_pad_GPIO_PAD[2:0];
) and then on line 343 I assign _prog_clk[0]_ to _gfpga_pad_GPIO_PAD[0]_ (assign gfpga_pad_GPIO_PAD[0] = prog_clk[0];
).Emilio Baungarten
04/02/2024, 3:30 PM