Asma Mohsin
11/25/2024, 11:04 PMMitch Bailey
11/26/2024, 5:25 AMuser_project_wrapper
and your config.json
file?
Often the power pins are enclosed in an ifdef
in the verilog. If the config file does not have this line
"SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS",
the pins may be ignored.Asma Mohsin
11/26/2024, 10:29 AMMitch Bailey
11/26/2024, 3:16 PMsummer_school_top_wrapper
has power pins that are commented out.
summer_school_top_wrapper FPGA_IGNITE (
/* `ifdef USE_POWER_PINS
.vccd1(vccd1), // User area 1 1.8V power
.vssd1(vssd1), // User area 1 digital ground
`endif
*/
This might be (part of) the problem.Asma Mohsin
11/26/2024, 3:18 PMMitch Bailey
11/26/2024, 3:29 PMAnton Maurovic (efabless support)
11/26/2024, 4:50 PMAsma Mohsin
11/26/2024, 5:04 PM