arachne-pnr: route.cc:652: void Router::route(): Assertion `cnet_net[cn] == nullptr || cnet_net[cn] == n' failed.
arachne-pnr: src/route.cc:652: void Router::route(): Assertion `cnet_net[cn] == nullptr || cnet_net[cn] == n' failed.
This seems to be triggered by using .PLLOUTGLOBAL(clk) instead of .PLLOUTCORE(clk)
Maybe related to #20 ?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 15 (4 by maintainers)
@RGD2
gawk '/^\.pins ct256/,/^$/ { print; }' /usr/local/share/icebox/chipdb-8k.txt(or simply open/usr/local/share/icebox/chipdb-8k.txtin a text editor and look for the right.pinssection.The lines in those
.pinssections look like this:The first line means pin
B10is in the IO block with coordinates24 33and is in position0within that block. Looks like pinB12occupies position1in that same IO block.