You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GUI opens and shows an empty grid; cells and nets indicate that the design is loaded.
...
Next, --gui-no-aa:
nextpnr-himbaechel --gui-no-aa --json top_pnr.json --top top --device GW1NR-LV9QN88PC6/I5 --vopt family=GW1N-9C --vopt cst=tangnano9k.cst
Info: Using uarch 'gowin' for device 'GW1NR-LV9QN88PC6/I5'
Info: Reading constraints...
Info: Cell led[5] not found
Info: Cell led[5] not found
Info: Cell led[4] not found
Info: Cell led[4] not found
Info: Cell led[3] not found
Info: Cell led[3] not found
Info: Cell led[2] not found
Info: Cell led[2] not found
Info: Cell led[1] not found
Info: Cell led[1] not found
Info: Cell led[0] not found
Info: Cell led[0] not found
Info: Cell btn1 not found
Info: Cell btn1 not found
Info: Cell btn2 not found
Info: Cell btn2 not found
Info: Cell clk_in not found
Info: Cell clk_in not found
Info: Cell uart_tx not found
Info: Cell uart_tx not found
Info: Cell uart_rx not found
Info: Cell uart_rx not found
Info: Create constant nets...
terminate called after throwing an instance of 'nextpnr_himbaechel::assertion_failure'
what(): Assertion failure: !cells.count(name) (/home/stack/src/fpga/nextpnr/common/kernel/basectx.cc:298)
Aborted (core dumped)
gui-no-aa seems to not understand the very same .cst file -- it lists every pin as not found.
Any thoughts or suggestions?
The text was updated successfully, but these errors were encountered:
Trying to see a working design using
GUI opens and shows an empty grid; cells and nets indicate that the design is loaded.
...
Next, --gui-no-aa:
gui-no-aa seems to not understand the very same .cst file -- it lists every pin as not found.
Any thoughts or suggestions?
The text was updated successfully, but these errors were encountered: