Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use only module->addCell() and module->remove() to create and delete cells | Clifford Wolf | 2014-07-25 | 2 | -50/+16 |
| | |||||
* | Replaced more old SigChunk programming patterns | Clifford Wolf | 2014-07-24 | 1 | -19/+19 |
| | |||||
* | Removed RTLIL::SigSpec::optimize() | Clifford Wolf | 2014-07-23 | 1 | -3/+0 |
| | |||||
* | Removed RTLIL::SigSpec::expand() method | Clifford Wolf | 2014-07-23 | 1 | -30/+23 |
| | |||||
* | Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3 | Clifford Wolf | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3 | Clifford Wolf | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3 | Clifford Wolf | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | SigSpec refactoring: using the accessor functions everywhere | Clifford Wolf | 2014-07-22 | 2 | -39/+39 |
| | |||||
* | SigSpec refactoring: renamed chunks and width to __chunks and __width | Clifford Wolf | 2014-07-22 | 2 | -39/+39 |
| | |||||
* | - kernel/register.h, kernel/driver.cc: refactor ↵ | Siesh1oo | 2014-03-12 | 1 | -1/+1 |
| | | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics. | ||||
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 1 | -2/+7 |
| | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | ||||
* | Fixed memory corruption in passes/abc/blifparse.cc | Clifford Wolf | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Verbose reading of liberty and constr files in ABC pass | Clifford Wolf | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | Added abc -keepff option | Clifford Wolf | 2014-02-14 | 1 | -5/+18 |
| | |||||
* | updated default ABC command strings | Clifford Wolf | 2014-02-13 | 1 | -4/+4 |
| | |||||
* | Updated ABC | Clifford Wolf | 2014-02-13 | 1 | -0/+23 |
| | |||||
* | Removed double blanks in ABC default command sequences | Clifford Wolf | 2014-02-13 | 1 | -4/+4 |
| | |||||
* | Updated ABC and some related changes | Clifford Wolf | 2014-02-13 | 1 | -10/+31 |
| | |||||
* | Updated ABC to rev e97a6e1d59b9 | Clifford Wolf | 2014-02-12 | 1 | -4/+49 |
| | |||||
* | Added support for "keep" attribute to abc pass | Clifford Wolf | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | Re-enabled abc "retime" after sorting yout the yosys-bigsim problem | Clifford Wolf | 2014-02-07 | 1 | -7/+0 |
| | |||||
* | Disabled ABC retime for now (elliptic_curve_group testcase in yosys-bigsim ↵ | Clifford Wolf | 2014-02-06 | 1 | -0/+7 |
| | | | | failed) | ||||
* | Added "retime" to standard ABC recipes | Clifford Wolf | 2014-02-06 | 1 | -4/+4 |
| | |||||
* | Added support for inline commands to abc -script | Clifford Wolf | 2014-02-04 | 1 | -39/+75 |
| | |||||
* | Fixed use of limited length buffer in ABC blif parser | Clifford Wolf | 2013-12-31 | 1 | -7/+16 |
| | |||||
* | Added abc -dff and -clk support | Clifford Wolf | 2013-12-31 | 3 | -34/+173 |
| | |||||
* | Now using BLIF as ABC input format | Clifford Wolf | 2013-12-31 | 1 | -37/+54 |
| | |||||
* | Always use BLIF as ABC output format | Clifford Wolf | 2013-12-31 | 5 | -268/+31 |
| | |||||
* | Tighter integration of ABC build | Clifford Wolf | 2013-11-27 | 1 | -0/+2 |
| | |||||
* | Updated abc | Clifford Wolf | 2013-11-21 | 1 | -10/+27 |
| | |||||
* | Renamed temp module generated by "abc" pass from "logic" to "netlist" | Clifford Wolf | 2013-11-19 | 2 | -6/+6 |
| | |||||
* | Fixed abc pass blif parser for constant bits | Clifford Wolf | 2013-11-13 | 1 | -18/+57 |
| | |||||
* | Minor fixes in abc build instructions and abc pass | Clifford Wolf | 2013-08-20 | 1 | -4/+4 |
| | |||||
* | Added $lut cells and abc lut mapping support | Clifford Wolf | 2013-07-23 | 4 | -14/+255 |
| | |||||
* | Added support for "assign" statements in abc vlparse | Clifford Wolf | 2013-06-15 | 2 | -2/+39 |
| | |||||
* | Look for yosys-abc and yosys-svgviewer where the main exe is | Clifford Wolf | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Added "make abc" and "make install-abc" | Clifford Wolf | 2013-06-08 | 1 | -3/+4 |
| | |||||
* | Fixed a gcc vs. clang determinism problem in abc pass | Clifford Wolf | 2013-05-23 | 1 | -4/+11 |
| | |||||
* | Fixed abc eeror handling | Clifford Wolf | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | fixed typos | Johann Glaser | 2013-03-18 | 1 | -3/+3 |
| | |||||
* | Fixed strerrno vs. strerror types in ABC pass | Clifford Wolf | 2013-03-17 | 1 | -4/+4 |
| | |||||
* | Cleaned up ABC file/io error handling | Clifford Wolf | 2013-03-17 | 1 | -15/+13 |
| | |||||
* | added error checking at execution of ABC | Johann Glaser | 2013-03-17 | 1 | -1/+19 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | corrected typos | Johann Glaser | 2013-03-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added [[CITE]] tags to abc and fsm_extract passes | Clifford Wolf | 2013-03-15 | 1 | -0/+9 |
| | |||||
* | Automatically select new objects in abc and techmap passes | Clifford Wolf | 2013-03-08 | 1 | -0/+5 |
| | |||||
* | Added help for command line options | Clifford Wolf | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Added more help messages (extract, abc, dfflibmap) | Clifford Wolf | 2013-02-28 | 1 | -9/+42 |
| | |||||
* | initial import | Clifford Wolf | 2013-01-05 | 4 | -0/+875 |