Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | ABC9 to call &sweep | Eddie Hung | 2019-05-26 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Typo | Eddie Hung | 2019-05-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Combine ABC_COMMAND_LUT | Eddie Hung | 2019-05-26 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Fix "a" extension | Eddie Hung | 2019-05-26 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Add &fraig and &mfs back | Eddie Hung | 2019-05-24 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-05-21 | 5 | -13/+27 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix two instances of integer-assignment to string. | Henner Zeller | 2019-05-14 | 1 | -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 Mann | 2019-05-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #991 from kristofferkoch/gcc9-warnings | Clifford Wolf | 2019-05-08 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | Fix all warnings that occurred when compiling with gcc9 | |||||
| | * | | | Fix all warnings that occurred when compiling with gcc9 | Kristoffer Ellersgaard Koch | 2019-05-08 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | abc: Fix handling of postfixed names (e.g. for retiming) | David Shah | 2019-05-04 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | | | abc: Improve name recovery | David Shah | 2019-05-04 | 1 | -4/+17 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | | If init is 1'bx, do not add to dict as per @cliffordwolf | Eddie Hung | 2019-05-03 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Revert "dffinit -noreinit to silently continue when init value is 1'bx" | Eddie Hung | 2019-05-03 | 1 | -12/+4 | |
| | | | | | | | | | | | | | | | | This reverts commit aa081f83c791b1d666214776aaf744a80ce6a690. | |||||
| * | | | dffinit -noreinit to silently continue when init value is 1'bx | Eddie Hung | 2019-05-02 | 1 | -4/+12 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-05-02 | 1 | -1/+11 | |
|\| | | | ||||||
| * | | | Copy with 1'bx padding in $shiftx | Eddie Hung | 2019-04-28 | 1 | -1/+11 | |
| | |/ | |/| | ||||||
| * | | Merge pull request #914 from YosysHQ/xc7srl | Eddie Hung | 2019-04-22 | 1 | -5/+159 | |
| |\ \ | | | | | | | | | synth_xilinx to now infer SRL16E/SRLC32E | |||||
* | \ \ | Merge branch 'xaig' into xc7mux | Eddie Hung | 2019-04-22 | 2 | -7/+38 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge remote-tracking branch 'origin/master' into xaig | Eddie Hung | 2019-04-22 | 2 | -6/+35 | |
| |\| | | ||||||
| | * | | Merge pull request #951 from YosysHQ/clifford/logdebug | Clifford Wolf | 2019-04-22 | 1 | -5/+32 | |
| | |\ \ | | | | | | | | | | | Add log_debug() framework | |||||
| | | * | | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -5/+32 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Merge remote-tracking branch 'origin/clifford/libwb' into xaig | Eddie Hung | 2019-04-21 | 1 | -1/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| * | | | | Merge remote-tracking branch 'origin/master' into xaig | Eddie Hung | 2019-04-20 | 4 | -32/+39 | |
| |\ \ \ \ | ||||||
| * | | | | | Ignore 'whitebox' attr in flatten with "-wb" option | Eddie Hung | 2019-04-18 | 1 | -5/+19 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/clifford/whitebox' into xaig | Eddie Hung | 2019-04-18 | 2 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Skip if abc_box_id earlier | Eddie Hung | 2019-04-17 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Do not print slack histogram | Eddie Hung | 2019-04-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Working ABC9 script | Eddie Hung | 2019-04-17 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | abc9 to output some more info | Eddie Hung | 2019-04-16 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Port from xc7mux branch | Eddie Hung | 2019-04-16 | 1 | -17/+55 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'origin/xc7srl' into xc7mux | Eddie Hung | 2019-04-22 | 8 | -126/+220 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-22 | 2 | -2/+4 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | attrmap: extend -remove to allow removing attributes with any value. | whitequark | 2019-04-22 | 1 | -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 files | Clifford Wolf | 2019-04-22 | 1 | -1/+1 | |
| | | |_|/ | | |/| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Use new pmux2shiftx from #944, remove my old attempt | Eddie Hung | 2019-04-21 | 3 | -134/+0 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-20 | 3 | -8/+29 | |
| |\| | | | ||||||
| | * | | | Merge pull request #943 from YosysHQ/clifford/whitebox | Clifford Wolf | 2019-04-20 | 3 | -8/+29 | |
| | |\ \ \ | | | | | | | | | | | | | [WIP] Add "whitebox" attribute, add "read_verilog -wb" | |||||
| | | * | | | Add "techmap -wb", use in formal flows | Clifford Wolf | 2019-04-20 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | | * | | | Check blackbox attribute in techmap/simplemap | Clifford Wolf | 2019-04-20 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | | * | | | Ignore 'whitebox' attr in flatten with "-wb" option | Eddie Hung | 2019-04-18 | 1 | -5/+19 | |
| | | | |/ | | | |/| | ||||||
| | | * | | Add "whitebox" attribute, add "read_verilog -wb" | Clifford Wolf | 2019-04-18 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Merge remote-tracking branch 'origin/pmux2shiftx' into xc7srl | Eddie Hung | 2019-04-20 | 2 | -0/+82 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix ordering of when to insert zero index | Eddie Hung | 2019-04-11 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin' into xc7srl | Eddie Hung | 2019-04-20 | 2 | -31/+29 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Spelling fixes | Eddie Hung | 2019-04-19 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Fix abc's remap_name to not ignore [^0-9] when extracting sid | Eddie Hung | 2019-04-18 | 1 | -12/+16 | |
| | | | | | | ||||||
| | * | | | | ABC to call retime all the time | Eddie Hung | 2019-04-18 | 1 | -15/+11 | |
| | | | | | | ||||||
| | * | | | | Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen" | Eddie Hung | 2019-04-10 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19271bd996a79cb4be1db658fcf18227ee0a1dff. | |||||
| | * | | | | Revert ""&nf -D 0" fails => use "-D 1" instead" | Eddie Hung | 2019-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c253818cab2013dc4db55732d3e21cfa0dc3f19. |