aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Ignore 'whitebox' attr in flatten with "-wb" optionEddie Hung2019-04-181-5/+19
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/clifford/whitebox' into xaigEddie Hung2019-04-182-3/+3
| |\ \ \ \ \
| * | | | | | Skip if abc_box_id earlierEddie Hung2019-04-171-3/+3
| | | | | | |
| * | | | | | Do not print slack histogramEddie Hung2019-04-171-1/+1
| | | | | | |
| * | | | | | Working ABC9 scriptEddie Hung2019-04-171-2/+2
| | | | | | |
| * | | | | | abc9 to output some more infoEddie Hung2019-04-161-1/+2
| | | | | | |
| * | | | | | Port from xc7mux branchEddie Hung2019-04-161-17/+55
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/xc7srl' into xc7muxEddie Hung2019-04-228-126/+220
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-222-2/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | attrmap: extend -remove to allow removing attributes with any value.whitequark2019-04-221-1/+3
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, `-remove foo` would only remove an attribute `foo = ""`, which doesn't work on an attribute like `src` that may have any value. Extend `-remove` to handle both cases. `-remove foo=""` has the old behavior, and `-remove foo` will remove the attribute with whatever value it may have, which is still compatible with the old behavior.
| | * | | | Disable blackbox detection in techmap filesClifford Wolf2019-04-221-1/+1
| | | |_|/ | | |/| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Use new pmux2shiftx from #944, remove my old attemptEddie Hung2019-04-213-134/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-203-8/+29
| |\| | |
| | * | | Merge pull request #943 from YosysHQ/clifford/whiteboxClifford Wolf2019-04-203-8/+29
| | |\ \ \ | | | | | | | | | | | | [WIP] Add "whitebox" attribute, add "read_verilog -wb"
| | | * | | Add "techmap -wb", use in formal flowsClifford Wolf2019-04-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | * | | Check blackbox attribute in techmap/simplemapClifford Wolf2019-04-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | | * | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Merge remote-tracking branch 'origin/pmux2shiftx' into xc7srlEddie Hung2019-04-202-0/+82
| |\ \ \ \
| | * | | | Fix ordering of when to insert zero indexEddie Hung2019-04-111-2/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin' into xc7srlEddie Hung2019-04-202-31/+29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19271bd996a79cb4be1db658fcf18227ee0a1dff.
| | * | | | Revert ""&nf -D 0" fails => use "-D 1" instead"Eddie Hung2019-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c253818cab2013dc4db55732d3e21cfa0dc3f19.
| * | | | | $_XILINX_SHREG_ to preserve src attributeEddie Hung2019-04-081-0/+1
| | | | | |
| * | | | | Cope with undoing #895Eddie Hung2019-04-081-14/+26
| | | | | |
| * | | | | Revert "Remove handling for $pmux, since #895"Eddie Hung2019-04-081-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit aa693d5723ef1438d42cd35a26673703b1eff79f.
| * | | | | Call shregmap twice -- once for variable, another for fixedEddie Hung2019-04-051-29/+17
| | | | | |
| * | | | | Merge branch 'eddie/fix_retime' into xc7srlEddie Hung2019-04-051-1/+1
| |\| | | |
| | * | | | Fix S0 -> S1Eddie Hung2019-04-051-1/+1
| | | | | |
| * | | | | Merge branch 'eddie/fix_retime' into xc7srlEddie Hung2019-04-051-0/+2
| |\| | | |
| | * | | | "&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
| | | |/ / | | |/| |
| * | | | Remove handling for $pmux, since #895Eddie Hung2019-04-031-40/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-031-7/+54
| |\| | |
| * | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-252-22/+104
| |\ \ \ \
| * | | | | Cope with SHREG not having E port; Revert $pmux fine tuneEddie Hung2019-03-231-4/+3
| | | | | |
| * | | | | Add support for SHREGMAP+$mux, also fine tune $pmuxEddie Hung2019-03-221-1/+24
| | | | | |
| * | | | | Leftover printfEddie Hung2019-03-221-1/+0
| | | | | |
| * | | | | 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
| | | | | |