aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Added log_warning() APIClifford Wolf2014-11-0915-34/+57
* | Added automatic "make clean" to abc "hg pull" make rulesClifford Wolf2014-11-081-2/+2
* | Some fixes in presentationClifford Wolf2014-11-082-2/+2
* | Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-081-0/+4
* | Use a cache for log_id() memory managementClifford Wolf2014-11-081-1/+4
* | Now we are in Yoys 0.4+ developmentClifford Wolf2014-11-082-2/+8
* | Yosys 0.4Clifford Wolf2014-11-081-1/+1
* | Added "ENABLE_PLUGINS := 0" to verific amd64 build instructionsClifford Wolf2014-11-081-0/+1
* | Various documentation updatesClifford Wolf2014-11-0813-108/+1277
* | Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-081-6/+8
* | Added "used" attribute to entries in yosys_cover_listClifford Wolf2014-11-071-1/+1
* | Minor corrections in CodingReadmeClifford Wolf2014-11-071-4/+3
* | Improved TopoSort determinismClifford Wolf2014-11-075-14/+16
* | Fixed generation of temp names in verilog backendClifford Wolf2014-11-071-4/+5
* | Updated ABC to 5b5af75f1ddaClifford Wolf2014-11-072-2/+2
* | Changelog for Yosys 0.4Clifford Wolf2014-11-071-9/+78
* | Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-075-9/+9