| Age | Commit message (Collapse) | Author |
|
Config SPI pins weren't present in ioctrl_lm4k.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should ensure that the 5k RAM routing entries are now complete,
fixing #115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sometimes make_ram40 was assigning too many IO pins, causing a placment
failure, and also sometimes connecting a global clock net to WCLKE or
RCLKE which was also causing a placment failure.
|
|
This is a low probability bug more likely to show up in low pin
count devices with few GBINs. In rare cases make_prim would
constrain all of the global buffer capable pins but not the clock
input. icecube would then fail to place the clock input. This is
fixed by always constraining the clock if all GBIN pins are used.
|
|
|
|
|
|
|
|
|
|
|
|
handle unsupported 5k tiles ok.
|
|
|
|
for more flexibility.
|
|
|
|
|
|
|