summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Collapse)AuthorAge
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-02
|
* Added log_assert() apiClifford Wolf2013-05-24
|
* Added log_abort() apiClifford Wolf2013-05-24
|
* Only initialize TCL interpreter when neededClifford Wolf2013-05-23
|
* Added labels to "help -write-tex-command-reference-manual" outputClifford Wolf2013-05-23
|
* Added support for processes to show commandClifford Wolf2013-05-23
|
* Fixed show command for constant assignmentsClifford Wolf2013-05-23
|
* Added tcl "yosys -import" commandClifford Wolf2013-05-02
|
* Improved/simplified TCL bindingsClifford Wolf2013-05-01
|
* Fixed "show -format ..." command line parsingClifford Wolf2013-04-15
|
* Fixed/improved handling of colored wires in show commandClifford Wolf2013-04-01
|
* Added support for @<set-name> in expand select ops (%x, %ci, %co)Clifford Wolf2013-04-01
|
* Removed 4096 bytes limit for size of command from script fileClifford Wolf2013-04-01
|
* Added -color <color> <selection> option to show commandClifford Wolf2013-04-01
|
* Fixed "select" for "%%" stmt with emty stackClifford Wolf2013-03-31
|
* Added "script" commandClifford Wolf2013-03-31
|
* Improved opt_share for reduce cellsClifford Wolf2013-03-29
|
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-28
|
* Implemented proper handling of stub placeholder modulesClifford Wolf2013-03-28
|
* Added check: only one module for "show" unless format is "ps"Clifford Wolf2013-03-27
|
* Now using SVG and yosys-svgviewer per default in show commandClifford Wolf2013-03-27
|
* Create nice errors when calling RTLIL::Module::derive() of base classClifford Wolf2013-03-26
|
* Added hierarchy -generate command for generating skeletton modulesClifford Wolf2013-03-25
|
* Fixed handling of show -viewerClifford Wolf2013-03-24
|
* Fixed handling of internal signals in show commandClifford Wolf2013-03-24
|
* Improved show -colors color assignmentsClifford Wolf2013-03-24
|
* Added show -strech and renamed -widthlabels to -widthClifford Wolf2013-03-24
|
* Added -widthlabels options to chow commandClifford Wolf2013-03-24
|
* Added -colors option to show commandClifford Wolf2013-03-24
|
* Added help -write-tex-command-reference-manual optionClifford Wolf2013-03-21
|
* Added -S option for simple synthesis to gate logicClifford Wolf2013-03-21
|
* Disabled the per-default dumping of ILANG codeClifford Wolf2013-03-21
|
* fixed a crash when lines start with whitespaceJohann Glaser2013-03-18
|
* fixed typosJohann Glaser2013-03-18
|
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-15
|
* Added additional functionality and cleanups in sigtools.h and celltypes.hClifford Wolf2013-03-15
|
* Changed prefix for selection operators from # to %Clifford Wolf2013-03-14
|
* Added #ci and #co selection operatorsClifford Wolf2013-03-14
|
* Added more features to #x selection operatorClifford Wolf2013-03-14
|
* Added "select -write" commandClifford Wolf2013-03-14
|
* Added $sr cell type to celltypes.hClifford Wolf2013-03-14
|
* Added shell escape to command languageClifford Wolf2013-03-10
|
* Fixed and improved #x selection operatorClifford Wolf2013-03-08
|
* Added ## selection operator (union all on stack)Clifford Wolf2013-03-08
|
* Added select -count modeClifford Wolf2013-03-08
|
* Fixed parsing of select #x<num> operatorClifford Wolf2013-03-06
|
* Improved error message on failed module loadClifford Wolf2013-03-06
|
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-06
|
* Implemented much better #x select operatorClifford Wolf2013-03-05
|
* Added design->select() api and use it in extract passClifford Wolf2013-03-03
|