aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/abc9.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where b...N. Engelhardt2022-09-131-3/+6
* Fitting help messages to 80 character widthKrystalDelusion2022-08-241-2/+2
* Observe $TMPDIR variable when creating tmp filesMohamed A. Bamakhrama2022-05-271-1/+1
* abc9: add flow3mfs scriptLofty2022-02-101-1/+7
* abc9: make re-entrant (#2993)Eddie Hung2021-09-091-1/+6
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* abc9: fix SCC issues (#2694)Eddie Hung2021-03-291-6/+11
* scc: Add -specify option to find loops in boxesDan Ravensloft2021-01-261-1/+1
* Replace opt_rmdff with opt_dff.Marcelina Koƛcielnicka2020-08-071-1/+1
* abc9: only techmap (* abc9_flop *) modulesEddie Hung2020-07-041-1/+1
* abc9: techmap from user design to allow abc9_flop modules to be composedEddie Hung2020-07-041-1/+1
* Use C++11 final/override keywords.whitequark2020-06-181-5/+5
* abc9: update to =_$abc9_flops pattern which includes whiteboxesEddie Hung2020-05-141-3/+3
* abc9: only do +/abc9_map if `DFFEddie Hung2020-05-141-1/+4
* abc9: rework submod -- since it won't move (* keep *) cellsEddie Hung2020-05-141-3/+4
* abc9: put 'aigmap' backEddie Hung2020-05-141-0/+1
* abc9_ops: tidy up, suppress error if no boxes/holesEddie Hung2020-05-141-18/+18
* abc9_ops: cleanup; -prep_dff -> -prep_dff_submodEddie Hung2020-05-141-3/+3
* abc9_ops: add -prep_bypass for auto bypass boxes; refactorEddie Hung2020-05-141-31/+33
* abc9: add flop boxes to basic $_DFF_P_ and $_DFF_N_ tooEddie Hung2020-05-141-9/+10
* abc9: remove redundant wbflipEddie Hung2020-05-141-1/+0
* abc9: generate $abc9_holes design instead of <name>$holesEddie Hung2020-05-141-7/+11
* abc9: suppress warnings when no compatible + used flop boxes formedEddie Hung2020-05-141-25/+36
* abc9: cleanupEddie Hung2020-05-141-7/+11
* abc9_ops: do away with '$abc9_cells' selectionEddie Hung2020-05-141-1/+0
* abc9_ops: use new 'design -delete' and 'select -unset'Eddie Hung2020-05-141-15/+5
* abc9: cleanupEddie Hung2020-05-141-4/+1
* abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxesEddie Hung2020-05-141-14/+75
* abc9: fix behaviour and help for -box optionEddie Hung2020-05-141-3/+7
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-2/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-1/+1
* Add ScriptPass::run_nocheck and use for abc9David Shah2020-03-091-7/+7
* abc9_ops: ignore (* abc9_flop *) if not '-dff'Eddie Hung2020-02-271-4/+4
* abc9_ops: -prep_box, to be called onceEddie Hung2020-02-271-6/+7
* abc9_ops: -prep_lut and -write_lut to auto-generate LUT libraryEddie Hung2020-02-271-3/+33
* Merge branch 'eddie/abc9_refactor' into eddie/abc9_requiredEddie Hung2020-01-271-0/+11
|\
| * abc9: warning message if no modules selectedEddie Hung2020-01-231-0/+6
| * abc9: add some log_{push,pop}() as per @nakengelhardtEddie Hung2020-01-171-0/+5
* | abc9_ops: -prep_times -> -prep_delays; add docEddie Hung2020-01-141-3/+3
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-141-16/+82
|\|
| * abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaigerEddie Hung2020-01-141-2/+2
| * abc9_ops: -break_scc -> -mark_scc using (* keep *), remove -unbreak_sccEddie Hung2020-01-131-5/+2
| * abc9: break SCC by setting (* keep *) on output wiresEddie Hung2020-01-131-1/+1
| * abc9: add -run optionEddie Hung2020-01-131-1/+14
| * abc9: log which module is being operated onEddie Hung2020-01-131-1/+3
| * Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-131-8/+62
| |\
| | * MIssed this merge conflictEddie Hung2020-01-111-4/+0
| | * Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpadEddie Hung2020-01-111-12/+4
| | |\
| | * | abc9: fix help message, found by @nakengelhardtEddie Hung2020-01-111-2/+2
| | * | Copy-pastaEddie Hung2020-01-101-1/+1