Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | More RTLIL::Cell API usage cleanups | Clifford Wolf | 2014-07-26 | 2 | -35/+35 | |
| | | ||||||
| * | Added RTLIL::Cell::has(portname) | Clifford Wolf | 2014-07-26 | 2 | -3/+3 | |
| | | ||||||
| * | Manual fixes for new cell connections API | Clifford Wolf | 2014-07-26 | 2 | -8/+8 | |
| | | ||||||
| * | Changed users of cell->connections_ to the new API (sed command) | Clifford Wolf | 2014-07-26 | 7 | -98/+98 | |
| | | | | | | | | | | | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;' | |||||
| * | Renamed RTLIL::{Module,Cell}::connections to connections_ | Clifford Wolf | 2014-07-26 | 7 | -98/+98 | |
| | | ||||||
| * | Various RTLIL::SigSpec related code cleanups | Clifford Wolf | 2014-07-25 | 3 | -44/+52 | |
| | | ||||||
| * | Replaced more old SigChunk programming patterns | Clifford Wolf | 2014-07-24 | 6 | -40/+28 | |
| | | ||||||
| * | Removed RTLIL::SigSpec::optimize() | Clifford Wolf | 2014-07-23 | 4 | -7/+0 | |
| | | ||||||
| * | Removed RTLIL::SigSpec::expand() method | Clifford Wolf | 2014-07-23 | 1 | -6/+3 | |
| | | ||||||
| * | Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3 | Clifford Wolf | 2014-07-23 | 2 | -3/+3 | |
| | | ||||||
| * | Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3 | Clifford Wolf | 2014-07-23 | 2 | -3/+3 | |
| | | ||||||
| * | SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵ | Clifford Wolf | 2014-07-22 | 2 | -4/+4 | |
| | | | | | | | | created interim RTLIL::SigSpec::chunks_rw() | |||||
| * | SigSpec refactoring: using the accessor functions everywhere | Clifford Wolf | 2014-07-22 | 8 | -120/+120 | |
| | | ||||||
| * | SigSpec refactoring: renamed chunks and width to __chunks and __width | Clifford Wolf | 2014-07-22 | 8 | -120/+120 | |
| | | ||||||
| * | Added "autoidx" statement to ilang file format | Clifford Wolf | 2014-07-21 | 1 | -1/+14 | |
| | | ||||||
| * | Use functions instead of always blocks for $mux/$pmux/$safe_pmux in verilog ↵ | Clifford Wolf | 2014-07-20 | 1 | -17/+21 | |
| | | | | | | | | backend | |||||
| * | Added support for $bu0 to verilog backend | Clifford Wolf | 2014-07-20 | 1 | -0/+16 | |
| | | ||||||
| * | Merged OSX fixes from Siesh1oo with some modifications | Clifford Wolf | 2014-03-13 | 1 | -0/+1 | |
| | | ||||||
| * | Use log_abort() and log_assert() in BTOR backend | Clifford Wolf | 2014-03-07 | 1 | -18/+17 | |
| | | ||||||
| * | Added $lut support to blif backend (by user eddiehung from reddit) | Clifford Wolf | 2014-02-22 | 1 | -0/+23 | |
| | | ||||||
| * | Better handling of nameDef and nameRef in edif backend | Clifford Wolf | 2014-02-21 | 1 | -21/+27 | |
| | | ||||||
| * | Fixed instantiating multi-bit ports in edif backend | Clifford Wolf | 2014-02-21 | 1 | -2/+4 | |
| | | ||||||
| * | Renamed "write_blif -subckt" to "write_blif -icells" and added -gates and -param | Clifford Wolf | 2014-02-21 | 1 | -17/+65 | |
| | | ||||||
* | | fixed memory next issue, when same memory is written in different case statement | ahmedirfan1983 | 2014-09-18 | 1 | -8/+27 | |
| | | | | | | | | fixed reduce_xnor, logic_not bug translation bug | |||||
* | | added $pmux cell translation | Ahmed Irfan | 2014-09-02 | 1 | -2/+38 | |
|/ | ||||||
* | modified btor synthesis script for correct use of splice command. | Ahmed Irfan | 2014-02-12 | 2 | -6/+6 | |
| | ||||||
* | disabling splice command in the script | Ahmed Irfan | 2014-02-11 | 2 | -2/+6 | |
| | ||||||
* | register output corrected | Ahmed Irfan | 2014-02-11 | 1 | -1/+1 | |
| | ||||||
* | added concat and slice cell translation | Ahmed Irfan | 2014-02-11 | 3 | -36/+59 | |
| | ||||||
* | Added $slice and $concat cell types | Clifford Wolf | 2014-02-07 | 1 | -0/+22 | |
| | ||||||
* | Fixed gcc compiler warnings with release build | Clifford Wolf | 2014-02-06 | 1 | -1/+1 | |
| | ||||||
* | Added BTOR backend README file | Clifford Wolf | 2014-02-05 | 2 | -1/+24 | |
| | ||||||
* | Added support for dump -append | Clifford Wolf | 2014-02-04 | 1 | -3/+12 | |
| | ||||||
* | Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem) | Clifford Wolf | 2014-02-03 | 2 | -1/+6 | |
| | ||||||
* | Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys | Clifford Wolf | 2014-01-26 | 1 | -1/+5 | |
|\ | ||||||
| * | root bug corrected | Ahmed Irfan | 2014-01-25 | 1 | -1/+5 | |
| | | ||||||
* | | beautified write_intersynth | Johann Glaser | 2014-01-25 | 1 | -0/+9 | |
|/ | ||||||
* | removed regex include | Ahmed Irfan | 2014-01-24 | 1 | -1/+0 | |
| | ||||||
* | merged clifford changes + removed regex | Ahmed Irfan | 2014-01-24 | 1 | -26/+52 | |
| | ||||||
* | Use techmap -share_map in btor scripts | Clifford Wolf | 2014-01-24 | 2 | -2/+2 | |
| | ||||||
* | Moved btor scripts to backends/btor/ | Clifford Wolf | 2014-01-24 | 2 | -0/+50 | |
| | ||||||
* | slice bug corrected | Ahmed Irfan | 2014-01-20 | 1 | -1/+1 | |
| | ||||||
* | assert feature | Ahmed Irfan | 2014-01-20 | 1 | -9/+40 | |
| | ||||||
* | verilog default options pull | Ahmed Irfan | 2014-01-17 | 1 | -28/+97 | |
| | | | | shift operator width issues | |||||
* | slice error corrected | Ahmed Irfan | 2014-01-16 | 1 | -5/+5 | |
| | ||||||
* | width issues | Ahmed Irfan | 2014-01-15 | 1 | -64/+87 | |
| | | | | dff cell for more than one registers | |||||
* | BTOR backend | Ahmed Irfan | 2014-01-14 | 1 | -274/+328 | |
| | ||||||
* | Merge branch 'master' of https://github.com/cliffordwolf/yosys into btor | Ahmed Irfan | 2014-01-03 | 2 | -7/+9 | |
|\ | ||||||
| * | Updated manual/command-reference-manual.tex | Clifford Wolf | 2013-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | Added support for non-const === and !== (for miter circuits) | Clifford Wolf | 2013-12-27 | 1 | -6/+8 | |
| | |