aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/aiger
Commit message (Expand)AuthorAgeFilesLines
...
* | parse_aiger() to rename all $lut cells after "clean"Eddie Hung2019-04-101-24/+21
* | Fix spacingEddie Hung2019-04-081-29/+29
* | Merge branch 'master' into xaigEddie Hung2019-04-081-0/+1
|\|
| * Add author nameEddie Hung2019-03-191-0/+1
* | parse_xaiger() to really pass single and multi-bit inout testsEddie Hung2019-02-261-10/+12
* | parse_xaiger() to cope with multi bit inoutsEddie Hung2019-02-261-0/+11
* | parse_xaiger() to untransform $inout.out output portsEddie Hung2019-02-251-5/+20
* | read_aiger to accept empty string for clk_name, passable only if no latchesEddie Hung2019-02-251-0/+2
* | read_aiger to work with symbol tableEddie Hung2019-02-211-8/+47
* | Add attributionEddie Hung2019-02-211-1/+1
* | Merge branch 'read_aiger' into xaigEddie Hung2019-02-211-2/+7
|\|
| * Fix for using POSIX basenameEddie Hung2019-02-191-2/+4
| * Missing OSX headers?Eddie Hung2019-02-171-0/+5
| * read_aiger to ignore line after ands for ascii, not binaryEddie Hung2019-02-171-2/+1
* | read_aiger to not do -purge for cleanEddie Hung2019-02-201-1/+1
* | lut/not/and suffix to be ${lut,not,and}Eddie Hung2019-02-201-13/+13
* | read_aiger to also rename 0 index lut when wideportsEddie Hung2019-02-201-2/+14
* | read_aiger: new naming fixesEddie Hung2019-02-201-5/+5
* | read_aiger to name wires with internal name, less likely to clashEddie Hung2019-02-201-18/+15
* | Same for ascii AIGERs tooEddie Hung2019-02-191-6/+13
* | read_aiger to cope with non-unique POsEddie Hung2019-02-191-6/+13
* | read_aiger to create sane $lut names, and rename when renaming driving wireEddie Hung2019-02-191-2/+11
* | Add commentEddie Hung2019-02-191-1/+2
* | Get rid of boost dep, fix the FIXMEs for Win32?Eddie Hung2019-02-191-14/+14
* | In read_xaiger, do not construct ConstEval for every LUTEddie Hung2019-02-161-1/+1
* | read_aiger to ignore output = input of same wire; also create new output for ...Eddie Hung2019-02-161-2/+16
* | read_aiger to disable log_debugEddie Hung2019-02-161-1/+2
* | read_xaiger() to use f.read() not readsome()Eddie Hung2019-02-161-1/+2
* | read_aiger() to cope with constant outputs, mixed wideports, do cleaningEddie Hung2019-02-161-8/+130
* | read_aiger with more asserts, and call cleanEddie Hung2019-02-151-4/+11
* | Leave FIXME for cleanEddie Hung2019-02-131-3/+3
* | Use module->addLut()Eddie Hung2019-02-131-5/+1
* | Use ConstEval to compute LUT masksEddie Hung2019-02-132-63/+69
* | Merge remote-tracking branch 'origin/read_aiger' into xaigEddie Hung2019-02-131-10/+3
|\|
| * Merge branch 'read_aiger' of github.com:eddiehung/yosys into read_aigerEddie Hung2019-02-121-3/+1
| |\
| | * Do not break for constraintsEddie Hung2019-02-111-1/+0
| | * No increment line_count for binary ANDsEddie Hung2019-02-111-1/+1
| | * Do not ignore newline after AND in binary AIGEddie Hung2019-02-111-1/+0
| * | Use module->add{Not,And}Gate() functionsEddie Hung2019-02-121-8/+2
| |/
* | Add support for read_aiger -wideportsEddie Hung2019-02-122-6/+15
* | Add support for read_aiger -mapEddie Hung2019-02-122-4/+82
* | Parse 'm' in xaigerEddie Hung2019-02-121-20/+57
* | Add read_xaigerEddie Hung2019-02-112-27/+108
|/
* addDff -> addDffGate as per @daveshah1Eddie Hung2019-02-081-1/+1
* Fix tabulationEddie Hung2019-02-081-28/+28
* -module_name arg to go before -clk_nameEddie Hung2019-02-081-7/+7
* Allow module name to be determined by argument tooEddie Hung2019-02-082-14/+44
* Refactor into AigerReader classEddie Hung2019-02-082-79/+92
* Parse binary AIG filesEddie Hung2019-02-081-49/+164
* Refactor to parse_aiger_header()Eddie Hung2019-02-081-26/+32