aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix abc9 re-integration, remove abc9_control_wire, use cell->type asEddie Hung2019-12-061-39/+15
| | | | | | | | | | | | | | | | | | | | as part of clock domain for mergeability class
* | | | | Fix writing non-whole modules, including inouts and keepsEddie Hung2019-12-061-90/+81
| | | | |
* | | | | abc9 to use mergeability class to differentiate sync/asyncEddie Hung2019-12-061-12/+15
| | | | |
* | | | | write_xaiger to support part-selected modules againEddie Hung2019-12-051-11/+37
| | | | |
* | | | | abc9 to do clock partitioning againEddie Hung2019-12-051-37/+144
| | | | |
* | | | | Remove clkpartEddie Hung2019-12-053-313/+0
| | | | |
* | | | | Revert "Special abc9_clock wire to contain only clock signal"Eddie Hung2019-12-051-10/+12
| | | | | | | | | | | | | | | | | | | | This reverts commit 6a2eb5d8f9286b9574647c03e2bdc8b63fccbe4d.
* | | | | Missing wire declarationEddie Hung2019-12-041-0/+1
| | | | |
* | | | | abc9_map.v to transform INIT=1 to INIT=0Eddie Hung2019-12-042-118/+292
| | | | |
* | | | | Oh deary meEddie Hung2019-12-041-4/+4
| | | | |
* | | | | Bump ABC to get "&verify -s" fixEddie Hung2019-12-041-1/+1
| | | | |
* | | | | output reg Q -> output Q to suppress warningEddie Hung2019-12-041-8/+8
| | | | |
* | | | | abc9_map.v to do `zinit' and make INIT = 1'b0Eddie Hung2019-12-041-70/+112
| | | | |
* | | | | CleanupEddie Hung2019-12-031-11/+12
| | | | |
* | | | | Add assertionEddie Hung2019-12-031-0/+1
| | | | |
* | | | | write_xaiger to consume abc9_init attribute for abc9_flopsEddie Hung2019-12-031-34/+28
| | | | |
* | | | | Add abc9_init wire, attach to abc9_flop cellEddie Hung2019-12-032-4/+24
| | | | |
* | | | | Revert "Add INIT value to abc9_control"Eddie Hung2019-12-031-8/+8
| | | | | | | | | | | | | | | | | | | | This reverts commit 19bfb4195818be12e6fb962de29ca32444498c22.
* | | | | Update ABCREV for upstream bugfixEddie Hung2019-12-031-1/+1
| | | | |
* | | | | techmap abc_unmap.v before xilinx_srl -fixedEddie Hung2019-12-031-6/+5
| | | | |
* | | | | Add INIT value to abc9_controlEddie Hung2019-12-021-8/+8
| | | | |
* | | | | CleanupEddie Hung2019-12-011-3/+2
| | | | |
* | | | | Use pool instead of std::set for determinismEddie Hung2019-12-011-1/+1
| | | | |
* | | | | Use pool<> not std::set<> for determinismEddie Hung2019-12-011-4/+4
| | | | |
* | | | | clkpart -unpart into 'finalize'Eddie Hung2019-11-281-3/+4
| | | | |
* | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-281-1/+1
|\ \ \ \ \
| * | | | | Move \init signal for non-port signals as long as internally drivenEddie Hung2019-11-281-1/+1
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-271-0/+31
|\| | | | |
| * | | | | Fix multiple driver issueEddie Hung2019-11-271-2/+7
| | | | | |
| * | | | | Add multiple driver testcaseEddie Hung2019-11-271-0/+31
| | | | | |
* | | | | | Fix multiple driver issueEddie Hung2019-11-271-2/+7
| | | | | |
* | | | | | Add comment, use sigmapEddie Hung2019-11-271-2/+2
| | | | | |
* | | | | | Revert "Fold loop"Eddie Hung2019-11-271-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit da51492dbcc9f19a4808ef18e8ae1222bc55b118.
* | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-11-275-7/+100
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #1536 from YosysHQ/eddie/xilinx_dsp_muladdEddie Hung2019-11-272-3/+72
| |\ \ \ \ \ | | | | | | | | | | | | | | xilinx_dsp: consider sign and zero-extension when packing post-multiplier adder
| | * | | | | No need for -abc9Eddie Hung2019-11-261-1/+1
| | | | | | |
| | * | | | | Add citationEddie Hung2019-11-261-0/+1
| | | | | | |
| | * | | | | Check for either sign or zero extension for postAdd packingEddie Hung2019-11-261-3/+3
| | | | | | |
| | * | | | | Add testcase derived from fastfir_dynamictaps benchmarkEddie Hung2019-11-261-0/+68
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1501 from YosysHQ/dave/mem_copy_attrClifford Wolf2019-11-271-0/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | memory_collect: Copy attr from RTLIL::Memory to cell
| | * | | | | memory_collect: Copy attr from RTLIL::Memory to cellDavid Shah2019-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | | | Merge pull request #1534 from YosysHQ/mwk/opt_share-fixClifford Wolf2019-11-272-4/+24
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | opt_share: Fix handling of fine cells.
| | * | | | | | opt_share: Fix handling of fine cells.Marcin Koƛcielnicki2019-11-272-4/+24
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Fixes #1525.
| * | | | | | Merge pull request #1535 from YosysHQ/eddie/write_xaiger_improveEddie Hung2019-11-272-22/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | write_xaiger improvements
* | | | | | | ean call after abc{,9}Eddie Hung2019-11-271-1/+2
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/eddie/submod_po' into xaig_dffEddie Hung2019-11-271-7/+3
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Do not replace constants with same wireEddie Hung2019-11-271-7/+3
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/eddie/write_xaiger_improve' into xaig_dffEddie Hung2019-11-274-34/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | latch -> boxEddie Hung2019-11-261-1/+1
| | | | | | |
| * | | | | | Remove notesEddie Hung2019-11-261-9/+0
| | | | | | |