aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Added "eval" passClifford Wolf2013-06-192-0/+86
* Fixed build with clangClifford Wolf2013-06-181-41/+69
* Added RTLIL::Module::fixup_ports() API and RTLIL::*::rewrite_sigspecs() APIClifford Wolf2013-06-182-2/+79
* Fixed even more ConstEval bugs found using xsthammerClifford Wolf2013-06-142-28/+58
* Added consteval testing to xsthammer and fixed bugsClifford Wolf2013-06-131-0/+8
* More fixes for bugs found using xsthammerClifford Wolf2013-06-131-0/+1
* Another fix for a bug found using xsthammerClifford Wolf2013-06-121-0/+10
* Sign-extension related fixes in SatGen and AST frontendClifford Wolf2013-06-101-8/+8
* Improvements and fixes in SAT codeClifford Wolf2013-06-101-5/+22
* Added history file read/write to driverClifford Wolf2013-06-101-0/+16
* Implemented temporal induction proofs in sat_solveClifford Wolf2013-06-091-2/+2
* Fixed handling of $_XOR_ in SAT generatorClifford Wolf2013-06-091-1/+1
* Added sequential solving support to sat_solveClifford Wolf2013-06-091-32/+49
* Set rl_basic_word_break_characters in shellClifford Wolf2013-06-091-0/+1
* Improved readline tab completionClifford Wolf2013-06-092-25/+75
* Look for yosys-abc and yosys-svgviewer where the main exe isClifford Wolf2013-06-092-1/+21
* Moved cmds from kernel/ to passes/cmds/Clifford Wolf2013-06-082-1736/+0
* Added support for shifter cells to SAT generatorClifford Wolf2013-06-081-7/+26
* Added "cd" and "ls" commands for convenienceClifford Wolf2013-06-081-0/+111
* Various improvements in sat_solve pass and SAT generatorClifford Wolf2013-06-081-31/+81
* Improved auto-detection of -show signals in sat_solveClifford Wolf2013-06-081-0/+24
* Improved sat generator and sat_solve passClifford Wolf2013-06-071-9/+46
* Added SAT generator and simple sat_solve commandClifford Wolf2013-06-071-0/+137
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-022-16/+16
* Added log_assert() apiClifford Wolf2013-05-242-2/+5
* Added log_abort() apiClifford Wolf2013-05-241-0/+2
* Only initialize TCL interpreter when neededClifford Wolf2013-05-233-39/+50
* Added labels to "help -write-tex-command-reference-manual" outputClifford Wolf2013-05-231-0/+2
* Added support for processes to show commandClifford Wolf2013-05-231-2/+81
* Fixed show command for constant assignmentsClifford Wolf2013-05-231-2/+2
* Added tcl "yosys -import" commandClifford Wolf2013-05-021-3/+29
* Improved/simplified TCL bindingsClifford Wolf2013-05-013-40/+57
* Fixed "show -format ..." command line parsingClifford Wolf2013-04-151-1/+1
* Fixed/improved handling of colored wires in show commandClifford Wolf2013-04-011-2/+2
* Added support for @<set-name> in expand select ops (%x, %ci, %co)Clifford Wolf2013-04-011-2/+12
* Removed 4096 bytes limit for size of command from script fileClifford Wolf2013-04-011-3/+20
* Added -color <color> <selection> option to show commandClifford Wolf2013-04-014-22/+101
* Fixed "select" for "%%" stmt with emty stackClifford Wolf2013-03-311-1/+2
* Added "script" commandClifford Wolf2013-03-311-0/+16
* Improved opt_share for reduce cellsClifford Wolf2013-03-292-3/+12
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-283-7/+78
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-281-2/+11
* Added check: only one module for "show" unless format is "ps"Clifford Wolf2013-03-271-0/+9
* Now using SVG and yosys-svgviewer per default in show commandClifford Wolf2013-03-271-11/+33
* Create nice errors when calling RTLIL::Module::derive() of base classClifford Wolf2013-03-261-3/+3
* Added hierarchy -generate command for generating skeletton modulesClifford Wolf2013-03-251-3/+7
* Fixed handling of show -viewerClifford Wolf2013-03-241-1/+1
* Fixed handling of internal signals in show commandClifford Wolf2013-03-241-2/+2
* Improved show -colors color assignmentsClifford Wolf2013-03-241-2/+3
* Added show -strech and renamed -widthlabels to -widthClifford Wolf2013-03-241-6/+36