aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added -widthlabels options to chow commandClifford Wolf2013-03-241-31/+67
* Added -colors option to show commandClifford Wolf2013-03-241-8/+35
* Added help -write-tex-command-reference-manual optionClifford Wolf2013-03-211-0/+38
* Added -S option for simple synthesis to gate logicClifford Wolf2013-03-211-2/+17
* Disabled the per-default dumping of ILANG codeClifford Wolf2013-03-211-1/+6
* fixed a crash when lines start with whitespaceJohann Glaser2013-03-181-2/+2
* fixed typosJohann Glaser2013-03-183-8/+8
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-151-1/+3
* Added additional functionality and cleanups in sigtools.h and celltypes.hClifford Wolf2013-03-152-0/+33
* Changed prefix for selection operators from # to %Clifford Wolf2013-03-141-28/+28
* Added #ci and #co selection operatorsClifford Wolf2013-03-142-90/+136
* Added more features to #x selection operatorClifford Wolf2013-03-141-18/+42
* Added "select -write" commandClifford Wolf2013-03-141-7/+23
* Added $sr cell type to celltypes.hClifford Wolf2013-03-141-0/+1
* Added shell escape to command languageClifford Wolf2013-03-101-0/+13
* Fixed and improved #x selection operatorClifford Wolf2013-03-081-14/+44
* Added ## selection operator (union all on stack)Clifford Wolf2013-03-081-0/+9
* Added select -count modeClifford Wolf2013-03-081-11/+24
* Fixed parsing of select #x<num> operatorClifford Wolf2013-03-061-0/+1
* Improved error message on failed module loadClifford Wolf2013-03-061-1/+1
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-061-8/+23
* Implemented much better #x select operatorClifford Wolf2013-03-051-13/+88
* Added design->select() api and use it in extract passClifford Wolf2013-03-031-0/+7
* Added support for #x:<num> select stmtClifford Wolf2013-03-031-0/+39
* Handle known inout ports as outputs in show commandClifford Wolf2013-03-031-2/+2
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-032-0/+4
* Added library support to celltypes class and show passClifford Wolf2013-03-032-7/+73
* Implemented general handler for selection argumentsClifford Wolf2013-03-034-4/+29
* Added id2cstr APIClifford Wolf2013-03-013-10/+17
* Do not unescape identifiers starting with \$Clifford Wolf2013-03-011-1/+1
* Added more help messagesClifford Wolf2013-03-012-1/+6
* Improved help message for "shell" commandClifford Wolf2013-02-281-0/+30
* Added online help for "show" and "hierarchy" commandsClifford Wolf2013-02-281-1/+16
* Added help for command line optionsClifford Wolf2013-02-281-2/+68
* Added help msg to select command (and minor improvements)Clifford Wolf2013-02-281-7/+146
* Added more help messages (extract, abc, dfflibmap)Clifford Wolf2013-02-281-0/+1
* Added "help" commandClifford Wolf2013-02-282-8/+50
* Changed default frontend for "-" to "script" (was: "ilang")Clifford Wolf2013-02-271-4/+7
* Implemented basic functionality of "extract" passClifford Wolf2013-02-271-0/+14
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-273-235/+1
* Improvements in command shellClifford Wolf2013-01-063-38/+114