aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-2412-34/+33
* Improved ABC clock domain partitioningClifford Wolf2014-12-231-2/+59
* Indenting fix in show.ccClifford Wolf2014-12-231-2/+2
* Added "show -colorattr"Clifford Wolf2014-12-231-4/+35
* Added "abc -markgroups"Clifford Wolf2014-12-231-0/+20
* Added support for multiple clock domains to "abc" passClifford Wolf2014-12-212-64/+124
* Fixed "abc" pass for clk and enable signals driven by logicClifford Wolf2014-12-211-6/+8
* Added DFFE support to "abc" passClifford Wolf2014-12-201-11/+78
* Added $dffe support to write_verilogClifford Wolf2014-12-201-3/+14
* Checking existence of ports in "hierarchy -check"Clifford Wolf2014-12-191-0/+13
* Fixed another bug in write_blif handling of $lut cellsClifford Wolf2014-12-191-1/+1
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-12-171-1/+1
|\
| * Fixed build with gcc 4.6Clifford Wolf2014-12-161-1/+1
* | Fixed writing of $lut cells in BLIF backendClifford Wolf2014-12-171-7/+7
|/
* Added "write_blif -undef" and support for special "-" true/false/undef typeClifford Wolf2014-12-141-13/+33
* Added "write_blif -blackbox"Clifford Wolf2014-12-141-2/+16
* Added "blif -unbuf" featureClifford Wolf2014-12-141-0/+19
* Removed psmisc from deps list (usually fuser is already installed and the pac...Clifford Wolf2014-12-141-3/+2
* Added psmisc to prerequisitesClifford Wolf2014-12-121-1/+1
* Removed UTF-8 chars from techmap.vClifford Wolf2014-12-121-1/+1
* Added missing prerequisites to READMEClifford Wolf2014-12-121-1/+2
* Added IdString::destruct_guard hackClifford Wolf2014-12-112-0/+14
* Compile fix for visual studioClifford Wolf2014-12-111-0/+1
* Fixed supply0/supply1 with many wiresClifford Wolf2014-12-111-3/+15
* Added functionality to dff2dffe passClifford Wolf2014-12-082-2/+168
* Added bool constructors to SigBit and SigSpecClifford Wolf2014-12-082-0/+12
* Added module->addDffe() and module->addDffeGate()Clifford Wolf2014-12-082-1/+26
* Added skeleton dff2dffe passClifford Wolf2014-12-083-2/+78
* Added more documentation fixmes for nontrivial register cellsClifford Wolf2014-12-081-1/+9
* Added $dffe cell typeClifford Wolf2014-12-084-1/+54
* Added $_DFFE_??_ cell typesClifford Wolf2014-12-083-0/+41
* Merge branch 'master' of https://github.com/Martoni/yosysClifford Wolf2014-12-071-1/+1
|\
| * manual/presentation.tex: bg option is unknown with beamer 3.3 in beamercolorboxFabien Marteau2014-12-071-1/+1
* | Merge pull request #43 from Martoni/masterClifford Wolf2014-12-0619-19/+19
|\|
| * suppressing semi-colon at the end of dot filesFabien Marteau2014-12-0519-19/+19
|/
* Added some missing .gitignore in manual/Clifford Wolf2014-12-042-0/+4
* Fixed bug in "hierarchy -top" with array of instancesClifford Wolf2014-11-271-3/+10
* Fixed minor bug in parsing delaysClifford Wolf2014-11-241-1/+4
* Fixed two minor bugs in constant parsingClifford Wolf2014-11-242-3/+7
* Some fixes in stubnets exampleClifford Wolf2014-11-241-3/+5
* Merge pull request #42 from slowriot/masterClifford Wolf2014-11-202-76/+77
|\
| * switching from unreliable typedefs to precisely sized uint32_t and uint64_tSlowRiot2014-11-202-19/+16
| * fixing incorrect buffer size allocation, and unsafe integer size typeSlowRiot2014-11-202-60/+64
|/
* Added warning for use of 'z' constants in HDLClifford Wolf2014-11-143-6/+14
* Fixed parsing of nested verilog concatenation and replicateClifford Wolf2014-11-121-1/+1
* Another 'make vcxsrc'Clifford Wolf2014-11-121-1/+1
* Some fixed in "make vcxsrc" srcfiles.txt creationClifford Wolf2014-11-121-2/+2
* Split MXE "make dist" into MXE "make mxebin" and non-MXE "make vcxsrc"Clifford Wolf2014-11-121-9/+12
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-094-4/+9
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-095-26/+30