aboutsummaryrefslogtreecommitdiff
path: root/icefuzz/make_prim.py
AgeCommit message (Collapse)Author
2017-10-20Fix case where make_prim allocates all global buffer pinsDavid Shah
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.
2017-07-02Introduce device class into fuxx workign directories and have glbcheck ↵Scott Shawcroft
handle unsupported 5k tiles ok.
2017-06-22Add icefuzz support for the UP5K and rework underlying device specification ↵Scott Shawcroft
for more flexibility.
2017-03-09Maximized icefuzz testcases for LP384-CM49hermitsoft
2017-03-07icefuzz make_xxx.py files are ready for LP384.hermitsoft
2015-08-22icefuzz: python 3Clifford Wolf
2015-07-30Replaced calls to "python" with "python2"Clifford Wolf
2015-07-18Imported full dev sourcesClifford Wolf