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.txt
in a text editor and look for the right.pins
section.The lines in those
.pins
sections look like this:The first line means pin
B10
is in the IO block with coordinates24 33
and is in position0
within that block. Looks like pinB12
occupies position1
in that same IO block.