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
I'm trying to use the nextpnr-gowin GUI to check the placement of my design, as --placed-svg is an open feature request (yosysHQ/apicula#130).
Unfortunately, nextpnr-gowin crashes at startup when passed the --gui argument.
Info: Series:GW1N-9 Device:GW1NR-9 Package:QFN88P Speed:C6/I5
terminate called after throwing an instance of 'std::out_of_range'
what(): dict::at()
[1] 53875 IOT instruction (core dumped) nextpnr-gowin --device GW1NR-LV9QN88PC6/I5 --gui
Version "nextpnr-gowin" -- Next Generation Place and Route (Version nextpnr-0.5-110-g051bdb12);
Used cmake options cmake . -DARCH=gowin -DBUILD_GUI=ON -DGOWIN_BBA_EXECUTABLE=/home/user/.local/bin/gowin_bba
I'd appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered:
same here:
[nix-shell:~]# nextpnr-gowin --gui --device GW1NR-LV9QN88PC6/I5 --family GW1N-9C
Info: Series:GW1N-9C Device:GW1NR-9C Package:QFN88P Speed:C6/I5
terminate called after throwing an instance of 'std::out_of_range'
what(): dict::at()
Aborted
I'm trying to use the nextpnr-gowin GUI to check the placement of my design, as
--placed-svg
is an open feature request (yosysHQ/apicula#130).Unfortunately, nextpnr-gowin crashes at startup when passed the
--gui
argument.Version
"nextpnr-gowin" -- Next Generation Place and Route (Version nextpnr-0.5-110-g051bdb12)
;Used cmake options
cmake . -DARCH=gowin -DBUILD_GUI=ON -DGOWIN_BBA_EXECUTABLE=/home/user/.local/bin/gowin_bba
I'd appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered: