| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Improve CoolRunner-II optimization by using extract_counter pass
|
| | |
| |
| |
| |
| | |
This tends to make much more efficient pterm usage compared to just
throwing the problem at ABC
|
| |/
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
All DFFs map to either FDCP (matches Xilinx) or a custom FDCP_N
(negative-edge triggered)
|
| | |
|
| |
|