| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | read_aiger to not do -purge for clean | Eddie Hung | 2019-02-20 | 1 | -1/+1 |
* | | lut/not/and suffix to be ${lut,not,and} | Eddie Hung | 2019-02-20 | 1 | -13/+13 |
* | | read_aiger to also rename 0 index lut when wideports | Eddie Hung | 2019-02-20 | 1 | -2/+14 |
* | | read_aiger: new naming fixes | Eddie Hung | 2019-02-20 | 1 | -5/+5 |
* | | read_aiger to name wires with internal name, less likely to clash | Eddie Hung | 2019-02-20 | 1 | -18/+15 |
* | | Same for ascii AIGERs too | Eddie Hung | 2019-02-19 | 1 | -6/+13 |
* | | read_aiger to cope with non-unique POs | Eddie Hung | 2019-02-19 | 1 | -6/+13 |
* | | read_aiger to create sane $lut names, and rename when renaming driving wire | Eddie Hung | 2019-02-19 | 1 | -2/+11 |
* | | Add comment | Eddie Hung | 2019-02-19 | 1 | -1/+2 |
* | | Get rid of boost dep, fix the FIXMEs for Win32? | Eddie Hung | 2019-02-19 | 1 | -14/+14 |
* | | In read_xaiger, do not construct ConstEval for every LUT | Eddie Hung | 2019-02-16 | 1 | -1/+1 |
* | | read_aiger to ignore output = input of same wire; also create new output for ... | Eddie Hung | 2019-02-16 | 1 | -2/+16 |
* | | read_aiger to disable log_debug | Eddie Hung | 2019-02-16 | 1 | -1/+2 |
* | | read_xaiger() to use f.read() not readsome() | Eddie Hung | 2019-02-16 | 1 | -1/+2 |
* | | read_aiger() to cope with constant outputs, mixed wideports, do cleaning | Eddie Hung | 2019-02-16 | 1 | -8/+130 |
* | | read_aiger with more asserts, and call clean | Eddie Hung | 2019-02-15 | 1 | -4/+11 |
* | | Leave FIXME for clean | Eddie Hung | 2019-02-13 | 1 | -3/+3 |
* | | Use module->addLut() | Eddie Hung | 2019-02-13 | 1 | -5/+1 |
* | | Use ConstEval to compute LUT masks | Eddie Hung | 2019-02-13 | 1 | -61/+67 |
* | | Merge remote-tracking branch 'origin/read_aiger' into xaig | Eddie Hung | 2019-02-13 | 1 | -10/+3 |
|\| |
|
| * | Merge branch 'read_aiger' of github.com:eddiehung/yosys into read_aiger | Eddie Hung | 2019-02-12 | 1 | -3/+1 |
| |\ |
|
| | * | Do not break for constraints | Eddie Hung | 2019-02-11 | 1 | -1/+0 |
| | * | No increment line_count for binary ANDs | Eddie Hung | 2019-02-11 | 1 | -1/+1 |
| | * | Do not ignore newline after AND in binary AIG | Eddie Hung | 2019-02-11 | 1 | -1/+0 |
| * | | Use module->add{Not,And}Gate() functions | Eddie Hung | 2019-02-12 | 1 | -8/+2 |
| |/ |
|
* | | Add support for read_aiger -wideports | Eddie Hung | 2019-02-12 | 1 | -5/+13 |
* | | Add support for read_aiger -map | Eddie Hung | 2019-02-12 | 1 | -3/+80 |
* | | Parse 'm' in xaiger | Eddie Hung | 2019-02-12 | 1 | -20/+57 |
* | | Add read_xaiger | Eddie Hung | 2019-02-11 | 1 | -25/+105 |
|/ |
|
* | addDff -> addDffGate as per @daveshah1 | Eddie Hung | 2019-02-08 | 1 | -1/+1 |
* | Fix tabulation | Eddie Hung | 2019-02-08 | 1 | -28/+28 |
* | -module_name arg to go before -clk_name | Eddie Hung | 2019-02-08 | 1 | -7/+7 |
* | Allow module name to be determined by argument too | Eddie Hung | 2019-02-08 | 1 | -12/+42 |
* | Refactor into AigerReader class | Eddie Hung | 2019-02-08 | 1 | -78/+72 |
* | Parse binary AIG files | Eddie Hung | 2019-02-08 | 1 | -49/+164 |
* | Refactor to parse_aiger_header() | Eddie Hung | 2019-02-08 | 1 | -26/+32 |
* | Add comment | Eddie Hung | 2019-02-08 | 1 | -0/+1 |
* | Handle reset logic in latches | Eddie Hung | 2019-02-08 | 1 | -2/+17 |
* | Change literal vars from int to unsigned | Eddie Hung | 2019-02-08 | 1 | -1/+1 |
* | Create clk outside of latch loop | Eddie Hung | 2019-02-08 | 1 | -7/+9 |
* | Handle latch symbols too | Eddie Hung | 2019-02-08 | 1 | -3/+1 |
* | Remove return after log_error | Eddie Hung | 2019-02-08 | 1 | -27/+9 |
* | Add support for symbol tables | Eddie Hung | 2019-02-08 | 1 | -1/+49 |
* | Stub for binary AIGER | Eddie Hung | 2019-02-08 | 1 | -3/+8 |
* | Refactor | Eddie Hung | 2019-02-06 | 1 | -1/+8 |
* | WIP | Eddie Hung | 2019-02-06 | 1 | -0/+213 |