Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improvements in simplemap api, added $ne $nex $eq $eqx support | Clifford Wolf | 2014-12-24 | 4 | -75/+112 | |
| | | ||||||
* | | Renamed extend() to extend_xx(), changed most users to extend_u0() | Clifford Wolf | 2014-12-24 | 12 | -34/+33 | |
| | | ||||||
* | | Improved ABC clock domain partitioning | Clifford Wolf | 2014-12-23 | 1 | -2/+59 | |
| | | ||||||
* | | Indenting fix in show.cc | Clifford Wolf | 2014-12-23 | 1 | -2/+2 | |
| | | ||||||
* | | Added "show -colorattr" | Clifford Wolf | 2014-12-23 | 1 | -4/+35 | |
| | | ||||||
* | | Added "abc -markgroups" | Clifford Wolf | 2014-12-23 | 1 | -0/+20 | |
| | | ||||||
* | | Added support for multiple clock domains to "abc" pass | Clifford Wolf | 2014-12-21 | 2 | -64/+124 | |
| | | ||||||
* | | Fixed "abc" pass for clk and enable signals driven by logic | Clifford Wolf | 2014-12-21 | 1 | -6/+8 | |
| | | ||||||
* | | Added DFFE support to "abc" pass | Clifford Wolf | 2014-12-20 | 1 | -11/+78 | |
| | | ||||||
* | | Added $dffe support to write_verilog | Clifford Wolf | 2014-12-20 | 1 | -3/+14 | |
| | | ||||||
* | | Checking existence of ports in "hierarchy -check" | Clifford Wolf | 2014-12-19 | 1 | -0/+13 | |
| | | ||||||
* | | Fixed another bug in write_blif handling of $lut cells | Clifford Wolf | 2014-12-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2014-12-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixed build with gcc 4.6 | Clifford Wolf | 2014-12-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed writing of $lut cells in BLIF backend | Clifford Wolf | 2014-12-17 | 1 | -7/+7 | |
|/ / | ||||||
* | | Added "write_blif -undef" and support for special "-" true/false/undef type | Clifford Wolf | 2014-12-14 | 1 | -13/+33 | |
| | | ||||||
* | | Added "write_blif -blackbox" | Clifford Wolf | 2014-12-14 | 1 | -2/+16 | |
| | | | | | | | | | | based on code by Eddie Hung from https://github.com/eddiehung/yosys/commit/1e481661cb4a4 | |||||
* | | Added "blif -unbuf" feature | Clifford Wolf | 2014-12-14 | 1 | -0/+19 | |
| | | ||||||
* | | Removed psmisc from deps list (usually fuser is already installed and the ↵ | Clifford Wolf | 2014-12-14 | 1 | -3/+2 | |
| | | | | | | | | package name for it varies) | |||||
* | | Added psmisc to prerequisites | Clifford Wolf | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Removed UTF-8 chars from techmap.v | Clifford Wolf | 2014-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Added missing prerequisites to README | Clifford Wolf | 2014-12-12 | 1 | -1/+2 | |
| | | ||||||
* | | Added IdString::destruct_guard hack | Clifford Wolf | 2014-12-11 | 2 | -0/+14 | |
| | | ||||||
* | | Compile fix for visual studio | Clifford Wolf | 2014-12-11 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed supply0/supply1 with many wires | Clifford Wolf | 2014-12-11 | 1 | -3/+15 | |
| | | ||||||
* | | Added functionality to dff2dffe pass | Clifford Wolf | 2014-12-08 | 2 | -2/+168 | |
| | | ||||||
* | | Added bool constructors to SigBit and SigSpec | Clifford Wolf | 2014-12-08 | 2 | -0/+12 | |
| | | ||||||
* | | Added module->addDffe() and module->addDffeGate() | Clifford Wolf | 2014-12-08 | 2 | -1/+26 | |
| | | ||||||
* | | Added skeleton dff2dffe pass | Clifford Wolf | 2014-12-08 | 3 | -2/+78 | |
| | | ||||||
* | | Added more documentation fixmes for nontrivial register cells | Clifford Wolf | 2014-12-08 | 1 | -1/+9 | |
| | | ||||||
* | | Added $dffe cell type | Clifford Wolf | 2014-12-08 | 4 | -1/+54 | |
| | | ||||||
* | | Added $_DFFE_??_ cell types | Clifford Wolf | 2014-12-08 | 3 | -0/+41 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/Martoni/yosys | Clifford Wolf | 2014-12-07 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | manual/presentation.tex: bg option is unknown with beamer 3.3 in beamercolorbox | Fabien Marteau | 2014-12-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #43 from Martoni/master | Clifford Wolf | 2014-12-06 | 19 | -19/+19 | |
|\| | | | | | | | | suppressing semi-colon at the end of dot files | |||||
| * | | suppressing semi-colon at the end of dot files | Fabien Marteau | 2014-12-05 | 19 | -19/+19 | |
|/ / | ||||||
* | | Added some missing .gitignore in manual/ | Clifford Wolf | 2014-12-04 | 2 | -0/+4 | |
| | | ||||||
* | | Fixed bug in "hierarchy -top" with array of instances | Clifford Wolf | 2014-11-27 | 1 | -3/+10 | |
| | | ||||||
* | | Fixed minor bug in parsing delays | Clifford Wolf | 2014-11-24 | 1 | -1/+4 | |
| | | ||||||
* | | Fixed two minor bugs in constant parsing | Clifford Wolf | 2014-11-24 | 2 | -3/+7 | |
| | | ||||||
* | | Some fixes in stubnets example | Clifford Wolf | 2014-11-24 | 1 | -3/+5 | |
| | | ||||||
* | | Merge pull request #42 from slowriot/master | Clifford Wolf | 2014-11-20 | 2 | -76/+77 | |
|\ \ | | | | | | | SHA1 library: fixing incorrect buffer size allocation, and unsafe integer size type | |||||
| * | | switching from unreliable typedefs to precisely sized uint32_t and uint64_t | SlowRiot | 2014-11-20 | 2 | -19/+16 | |
| | | | ||||||
| * | | fixing incorrect buffer size allocation, and unsafe integer size type | SlowRiot | 2014-11-20 | 2 | -60/+64 | |
|/ / | ||||||
* | | Added warning for use of 'z' constants in HDL | Clifford Wolf | 2014-11-14 | 3 | -6/+14 | |
| | | ||||||
* | | Fixed parsing of nested verilog concatenation and replicate | Clifford Wolf | 2014-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Another 'make vcxsrc' | Clifford Wolf | 2014-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Some fixed in "make vcxsrc" srcfiles.txt creation | Clifford Wolf | 2014-11-12 | 1 | -2/+2 | |
| | | ||||||
* | | Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc" | Clifford Wolf | 2014-11-12 | 1 | -9/+12 | |
| | | ||||||
* | | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 4 | -4/+9 | |
| | |