| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | Rename "yosys -U" to "yosys -P" to avoid confusion about "undefine" | Clifford Wolf | 2019-02-21 | 1 | -3/+3 |
| | * | | | | | Rename "yosys -D" to "yosys -U", add "yosys -D" with expected behavior | Clifford Wolf | 2019-02-21 | 1 | -2/+16 |
| * | | | | | | Merge pull request #820 from YosysHQ/clifford/fix810 | Clifford Wolf | 2019-02-22 | 5 | -54/+26 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix Travis | Clifford Wolf | 2019-02-22 | 3 | -42/+11 |
| | * | | | | | | Fixes related to handling of autowires and upto-ranges, fixes #814 | Clifford Wolf | 2019-02-21 | 2 | -9/+12 |
| | * | | | | | | Fix handling of expression width in $past, fixes #810 | Clifford Wolf | 2019-02-21 | 1 | -1/+1 |
| | * | | | | | | Fix segfault in printing of some internal error messages | Clifford Wolf | 2019-02-21 | 1 | -2/+2 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #740 from daveshah1/improve_dress | Clifford Wolf | 2019-02-22 | 3 | -34/+65 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | ecp5: Use abc -dress | David Shah | 2019-02-06 | 1 | -2/+2 |
| | * | | | | | abc: Improved recovered netnames, also preserve src on nets with dress | David Shah | 2019-02-06 | 1 | -4/+13 |
| | * | | | | | ice40: Use abc -dress in synth_ice40 | David Shah | 2019-02-06 | 1 | -1/+1 |
| | * | | | | | abc: Preserve naming through ABC using 'dress' command | David Shah | 2019-02-06 | 1 | -29/+51 |
* | | | | | | | Uncomment out more tests | Eddie Hung | 2019-02-26 | 1 | -25/+39 |
* | | | | | | | abc9 -- multiple connections for inouts | Eddie Hung | 2019-02-26 | 1 | -1/+2 |
* | | | | | | | write_xaiger to behave for undriven/unused inouts | Eddie Hung | 2019-02-26 | 1 | -23/+25 |
* | | | | | | | parse_xaiger() to really pass single and multi-bit inout tests | Eddie Hung | 2019-02-26 | 1 | -10/+12 |
* | | | | | | | Add IdString::ends_with() | Eddie Hung | 2019-02-26 | 1 | -0/+6 |
* | | | | | | | Enable two inout tests | Eddie Hung | 2019-02-26 | 1 | -16/+14 |
* | | | | | | | parse_xaiger() to cope with multi bit inouts | Eddie Hung | 2019-02-26 | 1 | -0/+11 |
* | | | | | | | abc9 cleanup | Eddie Hung | 2019-02-25 | 1 | -6/+4 |
* | | | | | | | parse_xaiger() to untransform $inout.out output ports | Eddie Hung | 2019-02-25 | 1 | -5/+20 |
* | | | | | | | write_xaiger duplicate inout port into out port with $inout.out suffix | Eddie Hung | 2019-02-25 | 1 | -3/+26 |
* | | | | | | | read_aiger to accept empty string for clk_name, passable only if no latches | Eddie Hung | 2019-02-25 | 2 | -2/+3 |
* | | | | | | | abc9 not to clean after aigmap | Eddie Hung | 2019-02-25 | 1 | -1/+1 |
* | | | | | | | Cleanup abc9 code | Eddie Hung | 2019-02-25 | 1 | -13/+8 |
* | | | | | | | Add broken testcases | Eddie Hung | 2019-02-25 | 1 | -0/+46 |
* | | | | | | | abc9 to call "clean" once at the end of all abc9_module() calls | Eddie Hung | 2019-02-25 | 1 | -4/+4 |
* | | | | | | | abc9 to use AIGER symbol table, as opposed to map file | Eddie Hung | 2019-02-21 | 1 | -5/+16 |
* | | | | | | | write_xaiger to write __dummy_o__ for -symbols too | Eddie Hung | 2019-02-21 | 1 | -12/+11 |
* | | | | | | | read_aiger to work with symbol table | Eddie Hung | 2019-02-21 | 1 | -8/+47 |
* | | | | | | | Revert "abc9 to write_xaiger -symbols, not -map" | Eddie Hung | 2019-02-21 | 1 | -2/+3 |
* | | | | | | | Remove irrelevant citations | Eddie Hung | 2019-02-21 | 1 | -8/+0 |
* | | | | | | | Add attribution | Eddie Hung | 2019-02-21 | 3 | -1/+3 |
* | | | | | | | abc9 to not select anything extra, and pop selection after final clean | Eddie Hung | 2019-02-21 | 1 | -14/+2 |
* | | | | | | | abc9 to write_xaiger -symbols, not -map | Eddie Hung | 2019-02-21 | 1 | -3/+2 |
* | | | | | | | Merge branch 'read_aiger' into xaig | Eddie Hung | 2019-02-21 | 3 | -4/+8 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'read_aiger' of https://github.com/eddiehung/yosys into read_aiger | Eddie Hung | 2019-02-21 | 2 | -13/+12 |
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | * | | | | | | Add aiger tests to make tests | Eddie Hung | 2019-02-19 | 1 | -0/+1 |
| | * | | | | | | Merge branch 'master' into read_aiger | Eddie Hung | 2019-02-19 | 0 | -0/+0 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Fix for using POSIX basename | Eddie Hung | 2019-02-19 | 1 | -2/+4 |
| | * | | | | | | | Missing OSX headers? | Eddie Hung | 2019-02-17 | 1 | -0/+5 |
| | * | | | | | | | Revert "Missing headers for Xcode?" | Eddie Hung | 2019-02-17 | 1 | -2/+0 |
| | * | | | | | | | Merge branch 'dff_init' into read_aiger | Eddie Hung | 2019-02-17 | 3 | -104/+56 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | read_aiger to ignore line after ands for ascii, not binary | Eddie Hung | 2019-02-17 | 1 | -2/+1 |
| | * | | | | | | | | One more merge conflict | Eddie Hung | 2019-02-17 | 1 | -6/+1 |
| | * | | | | | | | | Merge branch 'dff_init' into read_aiger | Eddie Hung | 2019-02-17 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Merge https://github.com/YosysHQ/yosys into read_aiger | Eddie Hung | 2019-02-17 | 9 | -100/+349 |
| | |\ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | Merge branch 'read_aiger' into xaig | Eddie Hung | 2019-02-21 | 0 | -0/+0 |
|\| | | | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'master' into read_aiger | Eddie Hung | 2019-02-19 | 11 | -204/+400 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | abc9 to use &mfs | Eddie Hung | 2019-02-21 | 1 | -1/+2 |