aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/make_prim.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix case where make_prim allocates all global buffer pinsDavid Shah2017-10-201-1/+21
| | | | | | | | 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.
* Introduce device class into fuxx workign directories and have glbcheck ↵Scott Shawcroft2017-07-021-9/+10
| | | | handle unsupported 5k tiles ok.
* Add icefuzz support for the UP5K and rework underlying device specification ↵Scott Shawcroft2017-06-221-2/+1
| | | | for more flexibility.
* Maximized icefuzz testcases for LP384-CM49hermitsoft2017-03-091-1/+1
|
* icefuzz make_xxx.py files are ready for LP384.hermitsoft2017-03-071-10/+12
|
* icefuzz: python 3Clifford Wolf2015-08-221-3/+1
|
* Replaced calls to "python" with "python2"Clifford Wolf2015-07-301-1/+1
|
* Imported full dev sourcesClifford Wolf2015-07-181-0/+51