| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | read_aiger to work with symbol table | Eddie Hung | 2019-02-21 | 1 | -8/+47 |
* | | | Add attribution | Eddie Hung | 2019-02-21 | 1 | -1/+1 |
* | | | Merge branch 'read_aiger' into xaig | Eddie Hung | 2019-02-21 | 1 | -2/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix for using POSIX basename | Eddie Hung | 2019-02-19 | 1 | -2/+4 |
| * | | Missing OSX headers? | Eddie Hung | 2019-02-17 | 1 | -0/+5 |
| * | | read_aiger to ignore line after ands for ascii, not binary | Eddie Hung | 2019-02-17 | 1 | -2/+1 |
| * | | Merge https://github.com/YosysHQ/yosys into read_aiger | Eddie Hung | 2019-02-17 | 1 | -5/+4 |
| |\| |
|
* | | | 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 | 2 | -63/+69 |
* | | | 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 |
| |/ / |
|
* | | | Merge https://github.com/YosysHQ/yosys into xaig | Eddie Hung | 2019-02-13 | 1 | -5/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix sign handling of real constants | Clifford Wolf | 2019-02-13 | 1 | -5/+4 |
* | | | Add support for read_aiger -wideports | Eddie Hung | 2019-02-12 | 2 | -6/+15 |
* | | | Add support for read_aiger -map | Eddie Hung | 2019-02-12 | 2 | -4/+82 |
* | | | Parse 'm' in xaiger | Eddie Hung | 2019-02-12 | 1 | -20/+57 |
* | | | Add read_xaiger | Eddie Hung | 2019-02-11 | 2 | -27/+108 |
| |/
|/| |
|
* | | 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 |
* | | Add missing "[options]" to read_blif help | Eddie Hung | 2019-02-08 | 1 | -1/+1 |
* | | Allow module name to be determined by argument too | Eddie Hung | 2019-02-08 | 2 | -14/+44 |
* | | Refactor into AigerReader class | Eddie Hung | 2019-02-08 | 2 | -79/+92 |
* | | 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 |