aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1709 from rqou/coolrunner2_counterClaire Wolf2020-02-271-0/+1
|\ | | | | Improve CoolRunner-II optimization by using extract_counter pass
| * coolrunner2: Use extract_counter to optimize countersR. Ou2020-02-171-0/+1
| | | | | | | | | | This tends to make much more efficient pterm usage compared to just throwing the problem at ABC
* | coolrunner2: Separate and improve buffer cell insertion passR. Ou2020-02-161-0/+1
|/ | | | | | | The new pass will contain all of the logic for inserting "passthrough" product term and XOR cells as appropriate for the architecture. For example, this commit fixes connecting an input pin directly to another output pin with no logic in between.
* coolrunner2: Add extraction for TFFsRobert Ou2018-03-311-0/+1
|
* coolrunner2: Initial mapping of latchesRobert Ou2017-06-251-0/+1
|
* coolrunner2: Initial mapping of DFFsRobert Ou2017-06-251-0/+1
| | | | | All DFFs map to either FDCP (matches Xilinx) or a custom FDCP_N (negative-edge triggered)
* coolrunner2: Initial techmapping for $sopRobert Ou2017-06-251-0/+1
|
* coolrunner2: Initial commitRobert Ou2017-06-241-0/+4