Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1300 from YosysHQ/eddie/cleanup2 | Clifford Wolf | 2019-08-17 | 1 | -45/+45 |
|\ | | | | | Use ID::{A,B,Y,keep,blackbox,whitebox} instead of ID() | ||||
| * | Use ID::keep more liberally too | Eddie Hung | 2019-08-15 | 1 | -2/+2 |
| | | |||||
| * | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -43/+43 |
| | | |||||
* | | Add missing NMUX to "abc -g" handling | Clifford Wolf | 2019-08-16 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -135/+135 |
| | |||||
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -135/+135 |
| | |||||
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -66/+63 |
| | |||||
* | More use of IdString::in() | Eddie Hung | 2019-08-15 | 1 | -7/+6 |
| | |||||
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 1 | -12/+12 |
|\ | | | | | Cleanup a few barnacles across codebase | ||||
| * | substr() -> compare() | Eddie Hung | 2019-08-07 | 1 | -5/+5 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 1 | -22/+20 |
| |\ | |||||
| * | | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -7/+7 |
| | | | |||||
| * | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 1 | -6/+6 |
| | | | |||||
| * | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -8/+8 |
| | | | |||||
* | | | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default gate lib, add "abc -g ↵ | Clifford Wolf | 2019-08-09 | 1 | -15/+54 |
| |/ |/| | | | | | | | | | all", fixes #1273 Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Redesign of cell cost API | Clifford Wolf | 2019-08-07 | 1 | -22/+20 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -28/+62 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Visual Studio build fix | Miodrag Milanovic | 2019-07-31 | 1 | -0/+1 |
| | |||||
* | Do not double count cells in abc | Eddie Hung | 2019-07-12 | 1 | -2/+2 |
| | |||||
* | Fix spelling | Eddie Hung | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | 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> | ||||
* | 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. | ||||
* | Fix S0 -> S1 | Eddie Hung | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | "&nf -D 0" fails => use "-D 1" instead | Eddie Hung | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | abc -dff now implies "-D 0" otherwise retiming doesn't happen | Eddie Hung | 2019-04-05 | 1 | -0/+2 |
| | |||||
* | abc: Improved recovered netnames, also preserve src on nets with dress | David Shah | 2019-02-06 | 1 | -4/+13 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | abc: Preserve naming through ABC using 'dress' command | David Shah | 2019-02-06 | 1 | -29/+51 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Revert "Proof-of-concept: preserve naming through ABC using dress" | Clifford Wolf | 2018-12-16 | 1 | -51/+29 |
| | |||||
* | abc: Preserve naming through ABC using 'dress' command | David Shah | 2018-12-06 | 1 | -29/+51 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Fix infinite loop in abc command under emscripten | Robert Ou | 2018-05-18 | 1 | -5/+7 |
| | |||||
* | Add an option to statically link abc into yosys | Robert Ou | 2018-05-18 | 1 | -0/+20 |
| | | | | This is currently incomplete because the output filter no longer works. | ||||
* | Add ABC FAQ to "help abc" | Clifford Wolf | 2018-05-04 | 1 | -2/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rewrite ABC output to include proper net names in timing report | Clifford Wolf | 2017-10-10 | 1 | -2/+17 |
| | |||||
* | abc: Allow +/ filenames in the abc command | Robert Ou | 2017-08-14 | 1 | -0/+3 |
| | |||||
* | Fix typo in "abc" pass help message | Clifford Wolf | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | Fix handling of init values in "abc -dff" and "abc -clk" | Clifford Wolf | 2017-06-20 | 1 | -131/+176 |
| | |||||
* | Switched abc "clock domain not found" error to log_cmd_error() | Clifford Wolf | 2017-06-20 | 1 | -24/+28 |
| | |||||
* | Add aliases for common sets of gate types to "abc -g" | Clifford Wolf | 2017-05-24 | 1 | -2/+74 |
| | |||||
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 1 | -21/+41 |
| | |||||
* | Update ABC scripts to use "&nf" instead of "map" | Clifford Wolf | 2017-02-01 | 1 | -3/+3 |
| | |||||
* | Improved ABC default scripts | Clifford Wolf | 2016-11-19 | 1 | -17/+34 |
| | |||||
* | Bugfix in "abc -script" handling | Clifford Wolf | 2016-06-19 | 1 | -53/+50 |
| | |||||
* | Added "dc2" to default ABC scripts | Clifford Wolf | 2016-06-17 | 1 | -5/+5 |
| | |||||
* | Added "abc -I <num> -P <num>" | Clifford Wolf | 2016-06-17 | 1 | -8/+33 |
| | |||||
* | Added $sop cell type and "abc -sop" | Clifford Wolf | 2016-06-17 | 1 | -6/+23 |
| |