aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add -tech xilinx_staticEddie Hung2019-06-051-2/+13
| |
* | Refactor to ShregmapTechXilinx7StaticEddie Hung2019-06-051-46/+86
| |
* | shregmap -tech xilinx_dynamic to work -params and -enpolEddie Hung2019-06-051-6/+26
| |
* | Rename shregmap -tech xilinx -> xilinx_dynamicEddie Hung2019-06-041-4/+4
| |
* | Remove dupeEddie Hung2019-06-031-7/+7
| |
* | Merge branch 'xaig' into xc7muxEddie Hung2019-05-311-6/+0
|\ \
| * | Move clean from aigerparse to abc9Eddie Hung2019-04-231-0/+1
| | |
| * | Merge branch 'xaig' of github.com:YosysHQ/yosys into xaigEddie Hung2019-04-221-5/+159
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-221-5/+159
| | |\ \
| * | | | Tidy upEddie Hung2019-04-221-6/+0
| |/ / /
* | | | Throw out unused code inherited from abcEddie Hung2019-05-311-212/+3
| | | |
* | | | Fix spellingEddie Hung2019-05-301-1/+1
| | | |
* | | | Revert "Re-enable &dc2"Eddie Hung2019-05-301-1/+1
| | | | | | | | | | | | | | | | This reverts commit 8c58c728a79954603289abf3520139da0a9bbb26.
* | | | Do not double count LUT1sEddie Hung2019-05-301-1/+0
| | | |
* | | | Re-enable &dc2Eddie Hung2019-05-301-1/+1
| | | |
* | | | Reduce -W to 160Eddie Hung2019-05-291-1/+1
| | | |
* | | | Erase all boxes before stitchingEddie Hung2019-05-291-27/+30
| | | |
* | | | Call &if with -W 250Eddie Hung2019-05-291-1/+6
| | | |
* | | | Add some debug to abc9Eddie Hung2019-05-291-1/+19
| | | |
* | | | MisspellEddie Hung2019-05-281-1/+1
| | | |
* | | | If driver not found, use LUT2Eddie Hung2019-05-271-29/+27
| | | |
* | | | Disconnect all ABC boxes tooEddie Hung2019-05-271-11/+9
| | | |
* | | | Parse without wideportsEddie Hung2019-05-271-1/+1
| | | |
* | | | Remove mapped_mod when doneEddie Hung2019-05-271-0/+2
| | | |
* | | | Instantiate cell type (from sym file) otherwise 'clean' warningsEddie Hung2019-05-271-7/+5
| | | |
* | | | Add 'cinput' and 'coutput' to symbols file for boxesEddie Hung2019-05-271-7/+18
| | | |
* | | | ABC9 to call &sweepEddie Hung2019-05-261-2/+1
| | | |
* | | | TypoEddie Hung2019-05-261-1/+1
| | | |
* | | | Combine ABC_COMMAND_LUTEddie Hung2019-05-261-2/+1
| | | |
* | | | Fix "a" extensionEddie Hung2019-05-261-1/+3
| | | |
* | | | Add &fraig and &mfs backEddie Hung2019-05-241-2/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-215-13/+27
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix two instances of integer-assignment to string.Henner Zeller2019-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o In cover.cc, the int-result of mkstemps() was assigned to a string and silently interpreted as a single-character filename with a funny value. Fix with the intent: assign the filename. o in libparse.cc, an int was assigned to a string, but depending on visible constructors, this is ambiguous. Explicitly cast this to a char.
| * | | Zinit option '-singleton' -> '-all'Makai Mann2019-05-101-1/+1
| | | |
| * | | Merge pull request #991 from kristofferkoch/gcc9-warningsClifford Wolf2019-05-081-2/+2
| |\ \ \ | | | | | | | | | | Fix all warnings that occurred when compiling with gcc9
| | * | | Fix all warnings that occurred when compiling with gcc9Kristoffer Ellersgaard Koch2019-05-081-2/+2
| | | | |
| * | | | abc: Fix handling of postfixed names (e.g. for retiming)David Shah2019-05-041-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | abc: Improve name recoveryDavid Shah2019-05-041-4/+17
| |/ / / | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | If init is 1'bx, do not add to dict as per @cliffordwolfEddie Hung2019-05-031-1/+2
| | | |
| * | | Revert "dffinit -noreinit to silently continue when init value is 1'bx"Eddie Hung2019-05-031-12/+4
| | | | | | | | | | | | | | | | This reverts commit aa081f83c791b1d666214776aaf744a80ce6a690.
| * | | dffinit -noreinit to silently continue when init value is 1'bxEddie Hung2019-05-021-4/+12
| | | |
* | | | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-021-1/+11
|\| | |
| * | | Copy with 1'bx padding in $shiftxEddie Hung2019-04-281-1/+11
| | |/ | |/|
| * | Merge pull request #914 from YosysHQ/xc7srlEddie Hung2019-04-221-5/+159
| |\ \ | | | | | | | | synth_xilinx to now infer SRL16E/SRLC32E
* | \ \ Merge branch 'xaig' into xc7muxEddie Hung2019-04-222-7/+38
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-222-6/+35
| |\| |
| | * | Merge pull request #951 from YosysHQ/clifford/logdebugClifford Wolf2019-04-221-5/+32
| | |\ \ | | | | | | | | | | Add log_debug() framework
| | | * | Add log_debug() frameworkClifford Wolf2019-04-221-5/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | | Merge remote-tracking branch 'origin/clifford/libwb' into xaigEddie Hung2019-04-211-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-204-32/+39
| |\ \ \ \