aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed 4096 bytes limit for size of command from script fileClifford Wolf2013-04-011-3/+20
|
* Added "script" commandClifford Wolf2013-03-311-0/+16
|
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-281-7/+41
|
* 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 typosJohann Glaser2013-03-181-1/+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 general handler for selection argumentsClifford Wolf2013-03-031-1/+2
|
* Added more help messagesClifford Wolf2013-03-011-0/+2
|
* Improved help message for "shell" commandClifford Wolf2013-02-281-0/+30
|
* Added help for command line optionsClifford Wolf2013-02-281-2/+68
|
* Changed default frontend for "-" to "script" (was: "ilang")Clifford Wolf2013-02-271-4/+7
|
* Improvements in command shellClifford Wolf2013-01-061-25/+40
| | | | | | - Added 'shell' command (run interactive shell from synth script) - Added support for ; as cmd seperator as in "proc; opt" - Fixed c++ static initialization order problem with pass register
* initial importClifford Wolf2013-01-051-0/+253