aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | Merge https://github.com/YosysHQ/yosys into read_aigerEddie Hung2019-02-171-5/+4
| |\|
* | | 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
| |/ /
* | | Merge https://github.com/YosysHQ/yosys into xaigEddie Hung2019-02-131-5/+4
|\ \ \ | | |/ | |/|
| * | Fix sign handling of real constantsClifford Wolf2019-02-131-5/+4
* | | 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
* | Add missing "[options]" to read_blif helpEddie Hung2019-02-081-1/+1
* | 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
* | Add commentEddie Hung2019-02-081-0/+1
* | Handle reset logic in latchesEddie Hung2019-02-081-2/+17
* | Change literal vars from int to unsignedEddie Hung2019-02-081-1/+1
* | Create clk outside of latch loopEddie Hung2019-02-081-7/+9