aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/aiger
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and cope with new abc_flop formatEddie Hung2019-07-011-9/+21
|
* Fix spacingEddie Hung2019-07-011-1/+1
|
* Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-07-011-55/+80
|\
| * Replace log_assert() with meaningful log_error()Eddie Hung2019-06-281-1/+5
| |
| * Refactor for one "abc_carry" attribute on moduleEddie Hung2019-06-271-31/+37
| |
| * Remove unneeded includeEddie Hung2019-06-271-3/+0
| |
| * Reduce log_debug spam in parse_xaiger()Eddie Hung2019-06-211-16/+19
| |
| * Workaround issues exposed by gcc-4.8Eddie Hung2019-06-211-0/+7
| |
| * Fix broken abc9.v test due to inout being 1'bxEddie Hung2019-06-201-3/+10
| |
| * Fix issue with part of PI being 1'bxEddie Hung2019-06-201-4/+6
| |
| * CleanupEddie Hung2019-06-161-20/+1
| |
* | CleanupEddie Hung2019-06-161-23/+18
| |
* | Read init from outputsEddie Hung2019-06-151-0/+4
| |
* | Fix debug messageEddie Hung2019-06-151-0/+1
| |
* | Fix log_debug messagesEddie Hung2019-06-151-17/+23
| |
* | Missing close bracketEddie Hung2019-06-151-1/+1
| |
* | read_aiger to not require clk_name for latches, plus debugEddie Hung2019-06-151-21/+37
|/
* Cover __APPLE__ too for little to big endianEddie Hung2019-06-141-4/+7
|
* Further cleanup based on @daveshah1Eddie Hung2019-06-141-10/+20
|
* Resolve comments from @daveshah1Eddie Hung2019-06-141-2/+2
|
* CleanupEddie Hung2019-06-141-7/+3
|
* Add TODO to parse_xaigerEddie Hung2019-06-141-0/+1
|
* Optimise some moreEddie Hung2019-06-131-58/+53
|
* Move ConstEvalAig to aigerparse.ccEddie Hung2019-06-131-3/+161
|
* Add ConstEvalAig specialised for AIGsEddie Hung2019-06-131-3/+2
|
* parse_xaiger to cope with inoutsEddie Hung2019-06-121-6/+0
|
* ConsistencyEddie Hung2019-06-122-2/+2
|
* Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-122-859/+837
|\
| * Fix spacing from spaces to tabsEddie Hung2019-06-071-362/+362
| |
| * Fix spacing (entire file is wrong anyway, will fix later)Eddie Hung2019-06-071-3/+3
| |
| * Remove unnecessary std::getline() for ASCIIEddie Hung2019-06-071-3/+0
| |
| * Fix read_aiger -- create zero driver, fix init width, parse 'b'Eddie Hung2019-06-072-13/+52
| |
| * Rename labelEddie Hung2019-05-211-6/+5
| |
| * Try againEddie Hung2019-05-211-4/+10
| |
| * Fix warningEddie Hung2019-05-211-3/+2
| |
* | Move clean from aigerparse to abc9Eddie Hung2019-04-231-2/+0
| |
* | Tidy upEddie Hung2019-04-221-1/+1
| |
* | Revert "Temporarily remove 'r' extension"Eddie Hung2019-04-221-0/+18
| | | | | | | | This reverts commit eaf3c247729365cec776e147f380ce59f7dccd4d.
* | Temporarily remove 'r' extensionEddie Hung2019-04-221-18/+0
| |
* | Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-221-3/+0
|\|
| * Add log_debug() frameworkClifford Wolf2019-04-221-2/+0
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | read_aiger to parse 'r' extensionEddie Hung2019-04-181-0/+18
| |
* | Ignore a/i/o/h XAIGER extensionsEddie Hung2019-04-171-0/+7
| |
* | Forgot backslashesEddie Hung2019-04-121-1/+1
| |
* | Handle __dummy_o__ and __const[01]__ in read_aiger not abcEddie Hung2019-04-121-0/+4
| |
* | Merge branch 'xaig' of github.com:YosysHQ/yosys into xaigEddie Hung2019-04-121-12/+32
|\ \
| * | Fix inout handling for -map optionEddie Hung2019-04-121-10/+30
| | |
* | | Also cope with duplicated CIsEddie Hung2019-04-121-5/+23
| | |
* | | Cope with an output having same name as an input (i.e. CO)Eddie Hung2019-04-121-5/+23
|/ /
* | parse_aiger() to rename all $lut cells after "clean"Eddie Hung2019-04-101-24/+21
| |