aboutsummaryrefslogtreecommitdiffstats
path: root/backends/aiger
Commit message (Collapse)AuthorAgeFilesLines
* use the new isPublic() in a few placesN. Engelhardt2020-09-142-2/+2
|
* Use C++11 final/override keywords.whitequark2020-06-182-4/+4
|
* Merge pull request #2077 from YosysHQ/eddie/abc9_dff_improveEddie Hung2020-06-041-28/+22
|\ | | | | abc9: -dff improvements
| * xaiger: cleanupEddie Hung2020-05-251-28/+22
| |
* | xaiger: promote abc9_keep wiresEddie Hung2020-05-251-1/+1
|/
* xaiger: do not derive cellsEddie Hung2020-05-241-7/+1
|
* abc9: use (* abc9_keep *) instead of (* abc9_scc *); apply to $_DFF_?_Eddie Hung2020-05-141-5/+5
| | | | instead of moving them to $__ prefix
* abc9_ops/xaiger: further reducing Module::derive() calls by ...Eddie Hung2020-05-141-40/+32
| | | | replacing _all_ (* abc9_box *) instantiations with their derived types
* Cleanup; reduce Module::derive() callsEddie Hung2020-05-141-18/+20
|
* xaiger: no longer use nonstandard even/odd to designate +ve/-ve polarityEddie Hung2020-05-141-16/+5
|
* abc9: not enough to techmap_fail on (* init=1 *), hide them using $__Eddie Hung2020-05-141-0/+1
|
* Revert "Merge pull request #1917 from YosysHQ/eddie/abc9_delay_check"Eddie Hung2020-05-141-4/+0
| | | | | This reverts commit 759283fa65b1195ebe3a5bc6890ec622febca0eb, reversing changes made to f41c7ccfff4bf104c646ca4b85e079a0f91c9151.
* xaiger: always sort input/output bits by port idEddie Hung2020-05-141-12/+10
| | | | redundant for normal design, but necessary for holes
* abc9: generate $abc9_holes design instead of <name>$holesEddie Hung2020-05-141-3/+9
|
* aiger/xaiger: use odd for negedge clk, even for posedgeEddie Hung2020-05-141-6/+10
| | | | Since abc9 doesn't like negative mergeability values
* xaiger: update help textEddie Hung2020-05-141-4/+4
|
* xaiger: do not treat (* init=1'bx *) as 1'b0Eddie Hung2020-05-141-1/+1
|
* xaiger: when -dff use (* init *) for initial stateEddie Hung2020-05-141-3/+15
|
* abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxesEddie Hung2020-05-141-8/+2
|
* xaiger: output $_DFF_[NP]_ with mergeability if -dff optionEddie Hung2020-05-141-42/+44
|
* aiger: fixes for ports that have start_offset != 0Eddie Hung2020-05-022-9/+8
|
* xaiger: add check for $__ABC9_DELAY modelEddie Hung2020-04-131-0/+4
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-022-36/+36
|
* kernel: use more ID::*Eddie Hung2020-04-022-17/+17
|
* xaiger: remove some unnecessary operations ...Eddie Hung2020-03-061-9/+2
| | | | | ... since they can not be triggered by (* keep *) anymore (but could still be triggered by (* abc9_scc *) !?!)
* abc9: (* keep *) wires to be PO only, not PI as well; fix scc handlingEddie Hung2020-03-061-3/+4
|
* Make TimingInfo::TimingInfo(SigBit) constructor explicitEddie Hung2020-02-271-1/+1
|
* write_xaiger: add comment about arrival times of flop outputsEddie Hung2020-02-271-0/+1
|
* Get rid of (* abc9_{arrival,required} *) entirelyEddie Hung2020-02-271-29/+15
|
* abc9_ops: ignore (* abc9_flop *) if not '-dff'Eddie Hung2020-02-271-38/+44
|
* xilinx: improve specify functionalityEddie Hung2020-02-271-0/+3
|
* Revert "abc9: fix abc9_arrival for flops"Eddie Hung2020-02-141-5/+2
| | | | This reverts commit f7c0dbecee7ee8f2e3fc8bc8337e7045fd4aff15.
* write_xaiger: default value for abc9_initEddie Hung2020-02-131-1/+1
|
* abc9: fix abc9_arrival for flopsEddie Hung2020-02-131-2/+5
|
* Merge branch 'eddie/abc9_refactor' into eddie/abc9_requiredEddie Hung2020-01-271-3/+3
|\
| * write_xaiger: fix for (* keep *) on flop outputEddie Hung2020-01-211-3/+3
| |
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-151-1/+2
|\| | | | | | | eddie/abc9_required
| * write_xaiger: skip abc9_flop only if abc_box_seq presentEddie Hung2020-01-151-1/+2
| |
* | abc9_ops: cope with (* abc9_flop *) in place of (* abc9_box_id *)Eddie Hung2020-01-141-1/+1
| |
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-141-2/+6
|\| | | | | | | eddie/abc9_required
| * write_xaiger: do not export flop inputs as POsEddie Hung2020-01-141-2/+6
| |
* | abc9_ops: generate flop box ids, add abc9_required to FD* cellsEddie Hung2020-01-141-1/+5
| |
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-141-1/+1
|\| | | | | | | eddie/abc9_required
| * abc9_ops: -reintegrate to not trim box padding anymoreEddie Hung2020-01-141-1/+1
| |
* | write_xaiger: skip if no arrival timesEddie Hung2020-01-141-0/+3
| |
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵Eddie Hung2020-01-141-69/+108
|\| | | | | | | eddie/abc9_required
| * abc9_ops/write_xaiger: update docEddie Hung2020-01-141-1/+2
| |
| * abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaigerEddie Hung2020-01-141-3/+6
| |
| * write_xaiger: fix case of PI and CI and (* keep *)Eddie Hung2020-01-131-0/+5
| |
| * abc9: break SCC by setting (* keep *) on output wiresEddie Hung2020-01-131-8/+15
| |