Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty GUI grid with --gui using nexpnr-himbaechel on GW1NR-LV9; --gui-no-aa crashes. #1350

Open
stacksmith opened this issue Aug 16, 2024 · 2 comments

Comments

@stacksmith
Copy link

stacksmith commented Aug 16, 2024

Trying to see a working design using

nextpnr-himbaechel --gui --json top_pnr.json --top top --device GW1NR-LV9QN88PC6/I5 --vopt family=GW1N-9C --vopt cst=tangnano9k.cst

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?

@Ravenslofty
Copy link
Collaborator

I don't think the Gowin uarch for nextpnr-himbaechel has GUI support yet.

@stacksmith
Copy link
Author

I must've used nextpnr-gowin a while back!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants