aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-095-37/+189
* Fixed another bug found using vloghammerClifford Wolf2013-07-072-1/+11
* Fixed AST_CONSTANT node generationClifford Wolf2013-07-071-1/+1
* Removed tests/xsthammerClifford Wolf2013-07-0713-1748/+0
* Added opt_clean -purge optionClifford Wolf2013-07-071-7/+19
* Fixed handling of $eq and $ne in opt_constClifford Wolf2013-07-071-2/+2
* Fixed vivado related xsthammer bugsClifford Wolf2013-07-053-2/+14
* Various improvements in xsthammer report generatorClifford Wolf2013-07-051-6/+23
* Added work-around to isim bug in xsthammer report scriptClifford Wolf2013-07-051-4/+5
* Fixed gcc warnings in ezminisatClifford Wolf2013-07-051-2/+2
* Added CARRY4 Xilinx cell to xsthammer cell libClifford Wolf2013-07-051-0/+13
* Added xsthammer report generatorClifford Wolf2013-07-054-13/+170
* Improved xsthammer quartus supportClifford Wolf2013-07-042-1/+484
* Added Altera Cyclon III cell library to xsthammerClifford Wolf2013-07-043-14/+115
* Documentation updatesClifford Wolf2013-07-041-5/+2
* Added defparam support to Verilog/AST frontendClifford Wolf2013-07-047-13/+79
* Added QMAKE makefile variableClifford Wolf2013-07-031-1/+2
* Added Altera Quartus support to xsthammerClifford Wolf2013-07-033-2/+39
* Progress in xsthammerClifford Wolf2013-07-035-9/+23
* Added vivado support to xsthammerClifford Wolf2013-06-265-7/+69
* Added SAT support for -all/-max with -verifyClifford Wolf2013-06-231-6/+11
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-06-201-2/+28
|\
| * Added renaming of wires and cells to "rename" commandClifford Wolf2013-06-191-2/+28
* | Added timout functionality to SAT solverClifford Wolf2013-06-206-8/+120
|/
* Added "eval" passClifford Wolf2013-06-196-189/+316
* Fixed build with clangClifford Wolf2013-06-181-41/+69
* Added splitnets commandClifford Wolf2013-06-182-0/+110
* Added RTLIL::Module::fixup_ports() API and RTLIL::*::rewrite_sigspecs() APIClifford Wolf2013-06-182-2/+79
* Added more stuff to xsthammer, found first xst bugClifford Wolf2013-06-172-2/+175
* Added support for "assign" statements in abc vlparseClifford Wolf2013-06-152-2/+39
* Added ternary op and concat op to xsthammerClifford Wolf2013-06-151-7/+124
* Fixed even more ConstEval bugs found using xsthammerClifford Wolf2013-06-143-30/+59
* Added consteval testing to xsthammer and fixed bugsClifford Wolf2013-06-133-2/+112
* More xsthammer improvements (using xst 14.5 now)Clifford Wolf2013-06-136-70/+50
* More fixes for bugs found using xsthammerClifford Wolf2013-06-135-16/+24
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2013-06-125-5/+81
|\
| * Added "scatter" commandClifford Wolf2013-06-122-0/+73
| * Renamed yosys-show temp files to be dot-files in the users home directoryClifford Wolf2013-06-121-3/+3
| * Fixed gcc build (c++11 stuff in ezSAT)Clifford Wolf2013-06-122-2/+5
* | Another fix for a bug found using xsthammerClifford Wolf2013-06-122-4/+18
|/
* Further improved and extended xsthammerClifford Wolf2013-06-117-138/+227
* More xsthammer improvementsClifford Wolf2013-06-102-21/+27
* More sign-extension related fixesClifford Wolf2013-06-101-12/+13
* Sign-extension related fixes in SatGen and AST frontendClifford Wolf2013-06-102-8/+10
* Progress xsthammer scriptsClifford Wolf2013-06-103-27/+37
* Improvements and fixes in SAT codeClifford Wolf2013-06-102-9/+36
* Added history file read/write to driverClifford Wolf2013-06-101-0/+16
* Progress in xsthammer: working proof for cell modelsClifford Wolf2013-06-103-34/+51
* Fixes and improvements in AST const foldingClifford Wolf2013-06-102-1/+11
* Enabled AST/Verilog front-end optimizations per defaultClifford Wolf2013-06-105-11/+30