aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fixes for multibitEddie Hung2019-03-221-18/+38
| * | | | | | | | Working for 1 bitEddie Hung2019-03-221-11/+49
| * | | | | | | | OptEddie Hung2019-03-211-1/+1
| * | | | | | | | Fix spacingEddie Hung2019-03-201-239/+239
| * | | | | | | | Revert $__SHREG_ to orig; use $__XILINX_SHREG for variable lengthEddie Hung2019-03-191-5/+14
| * | | | | | | | Add support for variable length Xilinx SRL > 128Eddie Hung2019-03-191-6/+0
| * | | | | | | | shregmap -tech xilinx to delete $shiftx for var length SRLEddie Hung2019-03-191-10/+3
| * | | | | | | | Make output port a non chain userEddie Hung2019-03-191-2/+4
| * | | | | | | | Fix shregmap to correctly recognise non chain users; cleanupEddie Hung2019-03-181-17/+15
| * | | | | | | | shiftx NULL pointer checkEddie Hung2019-03-181-8/+10
| * | | | | | | | CleanupEddie Hung2019-03-161-35/+25
| * | | | | | | | Only accept <128 for variable length, only if $shiftx exclusiveEddie Hung2019-03-161-8/+17
| * | | | | | | | WorkingEddie Hung2019-03-151-227/+356
| * | | | | | | | Revert "Add shregmap -init_msb_first and use in synth_xilinx"Eddie Hung2019-03-141-14/+2
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-142-4/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add shregmap -init_msb_first and use in synth_xilinxEddie Hung2019-03-141-2/+14
* | | | | | | | | | Merge pull request #951 from YosysHQ/clifford/logdebugClifford Wolf2019-04-221-5/+32
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Add log_debug() frameworkClifford Wolf2019-04-221-5/+32
* | | | | | | | | | attrmap: extend -remove to allow removing attributes with any value.whitequark2019-04-221-1/+3
|/ / / / / / / / /
* | | | | | | | / Disable blackbox detection in techmap filesClifford Wolf2019-04-221-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #943 from YosysHQ/clifford/whiteboxClifford Wolf2019-04-203-8/+29
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add "techmap -wb", use in formal flowsClifford Wolf2019-04-201-1/+8
| * | | | | | | Check blackbox attribute in techmap/simplemapClifford Wolf2019-04-202-2/+2
| * | | | | | | Ignore 'whitebox' attr in flatten with "-wb" optionEddie Hung2019-04-181-5/+19
| * | | | | | | Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-182-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Spelling fixesEddie Hung2019-04-191-2/+2
* | | | | | | Fix abc's remap_name to not ignore [^0-9] when extracting sidEddie Hung2019-04-181-12/+16
* | | | | | | ABC to call retime all the timeEddie Hung2019-04-181-15/+11
* | | | | | | Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"Eddie Hung2019-04-101-2/+0
* | | | | | | Revert ""&nf -D 0" fails => use "-D 1" instead"Eddie Hung2019-04-101-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix S0 -> S1Eddie Hung2019-04-051-1/+1
| |_|_|_|/ |/| | | |
* | | | | "&nf -D 0" fails => use "-D 1" insteadEddie Hung2019-04-051-1/+1
* | | | | abc -dff now implies "-D 0" otherwise retiming doesn't happenEddie Hung2019-04-051-0/+2
|/ / / /
* | | | Liberty file parser now accepts superfluous ;Niels Moseley2019-03-271-1/+1
* | | | Liberty file parser now accepts superfluous ;Niels Moseley2019-03-271-7/+54
| |_|/ |/| |
* | | spaces -> tabsNiels Moseley2019-03-251-78/+78
* | | EOL is now accepted as ';' replacement on lines that look like: feature_xyz(o...Niels Moseley2019-03-251-4/+3
* | | Updated the liberty parser to accept [A:B] ranges (AST has not been updated)....Niels Moseley2019-03-242-7/+90
| |/ |/|
* | Clean up some whitepsace outliersLarry Doolittle2019-02-262-4/+4
|/
* abc: Improved recovered netnames, also preserve src on nets with dressDavid Shah2019-02-061-4/+13
* abc: Preserve naming through ABC using 'dress' commandDavid Shah2019-02-061-29/+51
* flowmap: clean up terminology.whitequark2019-01-081-17/+18
* flowmap: implement depth relaxation.whitequark2019-01-081-22/+680
* flowmap: construct a max-volume max-flow min-cut, not just any one.whitequark2019-01-061-7/+10
* flowmap: add -minlut option, to allow postprocessing with opt_lut.whitequark2019-01-041-7/+21
* flowmap: cleanup for clarity. NFCI.whitequark2019-01-041-107/+141
* flowmap: improve debug graph output. NFC.whitequark2019-01-041-47/+76
* flowmap: add link to longer version of paper. NFC.whitequark2019-01-041-2/+3
* flowmap: new techmap pass.whitequark2019-01-032-0/+874
* Add "dffinit -noreinit" parameterIcenowy Zheng2018-12-181-1/+14