aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/abc9_ops.cc
Commit message (Expand)AuthorAgeFilesLines
* abc9: for sccs, create a new wire instead of using entirety of existingEddie Hung2020-03-061-7/+7
* abc9: (* keep *) wires to be PO only, not PI as well; fix scc handlingEddie Hung2020-03-061-8/+5
* Fixes for older compilersEddie Hung2020-02-271-1/+1
* abc9_ops: suppress -prep_box warning for abc9_flopEddie Hung2020-02-271-1/+1
* Make TimingInfo::TimingInfo(SigBit) constructor explicitEddie Hung2020-02-271-3/+3
* TimingInfo: index by (port_name,offset)Eddie Hung2020-02-271-3/+4
* Fix spacingEddie Hung2020-02-271-18/+18
* abc9_ops: still emit delay table even box has no timingEddie Hung2020-02-271-3/+1
* abc9_ops: demote lack of box timing info to warningEddie Hung2020-02-271-2/+4
* Get rid of (* abc9_{arrival,required} *) entirelyEddie Hung2020-02-271-89/+15
* abc9_ops: use TimingInfo for -prep_{lut,box} tooEddie Hung2020-02-271-24/+18
* abc9_ops: use TimingInfo for -prep_{lut,box} tooEddie Hung2020-02-271-72/+53
* abc9_ops: add and use new TimingInfo structEddie Hung2020-02-271-70/+41
* abc9_ops: ignore (* abc9_flop *) if not '-dff'Eddie Hung2020-02-271-60/+60
* abc9_ops: sort LUT delays to be ascendingEddie Hung2020-02-271-1/+4
* abc9_ops: output LUT areaEddie Hung2020-02-271-6/+6
* abc9_ops: cope with T_LIMIT{,2}_{MIN,TYP,MAX} and auto-gen small LUTsEddie Hung2020-02-271-18/+33
* xilinx: improve specify functionalityEddie Hung2020-02-271-19/+19
* xilinx: use specify blocks in place of abc9_{arrival,required}Eddie Hung2020-02-271-158/+264
* Auto-generate .box/.lut files from specify blocksEddie Hung2020-02-271-40/+117
* abc9_ops: assert on $specify2 propertiesEddie Hung2020-02-271-0/+3
* abc9_ops: -prep_box, to be called onceEddie Hung2020-02-271-44/+42
* abc9_ops: -prep_lut and -write_lut to auto-generate LUT libraryEddie Hung2020-02-271-3/+82
* Closes #1714. Fix make failure when NDEBUG=1.Alberto Gonzalez2020-02-221-2/+0
* Revert "abc9: fix abc9_arrival for flops"Eddie Hung2020-02-141-31/+2
* abc9: fix abc9_arrival for flopsEddie Hung2020-02-131-2/+31
* abc9: deprecate abc9_ff.init wire for (* abc9_init *) attrEddie Hung2020-02-131-13/+2
* abc9_ops: -reintegrate to use derived_type for box_portsEddie Hung2020-02-051-1/+1
* abc9_ops: -check for negative arrival/required timesEddie Hung2020-01-271-4/+22
* Merge branch 'eddie/abc9_refactor' into eddie/abc9_requiredEddie Hung2020-01-271-75/+105
|\
| * abc9_ops: add commentsEddie Hung2020-01-271-1/+13
| * abc9: -reintegrate recover type from existing cell, check against boxidEddie Hung2020-01-231-30/+19
| * abc9_ops: -prep_xaiger to skip (* keep *) cellsEddie Hung2020-01-231-0/+2
| * abc9_ops -prep_dff: insert async s/r mux in holes when replacing $_DFF_*Eddie Hung2020-01-231-31/+37
| * Merge remote-tracking branch 'origin/eddie/abc9_fixes' into eddie/abc9_refactorEddie Hung2020-01-221-0/+2
* | abc9_ops: -write_box is empty, output a dummy box to prevent ABC errorEddie Hung2020-01-151-0/+3
* | abc9_ops: cope with (* abc9_flop *) in place of (* abc9_box_id *)Eddie Hung2020-01-141-2/+2
* | abc9_ops: -check to check abc9_{arrival,required}Eddie Hung2020-01-141-3/+30
* | abc9_ops: implement a requireds_cacheEddie Hung2020-01-141-26/+34
* | abc9_ops: generate flop box ids, add abc9_required to FD* cellsEddie Hung2020-01-141-65/+56
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-141-9/+0
|\|
| * abc9_ops: -reintegrate to not trim box padding anymoreEddie Hung2020-01-141-9/+0
* | abc9_ops: fix -reintegrate handling of $__ABC9_DELAYEddie Hung2020-01-141-2/+3
* | abc9_ops: -prep_times -> -prep_delays; add docEddie Hung2020-01-141-8/+20
* | abc9_ops: cleanupEddie Hung2020-01-141-14/+5
* | abc9_ops: discard $__ABC9_DELAY boxesEddie Hung2020-01-141-7/+2
* | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into eddie/abc9_req...Eddie Hung2020-01-141-167/+121
|\|
| * abc9_ops/write_xaiger: update docEddie Hung2020-01-141-0/+13
| * abc9_ops: -prep_holes -> -prep_xaiger, move padding to write_xaigerEddie Hung2020-01-141-102/+71
| * Merge remote-tracking branch 'origin/master' into eddie/abc9_refactorEddie Hung2020-01-141-3/+3