aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/register.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added support for "file names with blanks"Clifford Wolf2015-04-081-4/+3
|
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-0/+14
|
* Fixed creation of command reference in manualClifford Wolf2015-02-091-4/+3
|
* Fixed comment parsing in Pass::call()Clifford Wolf2014-12-291-3/+8
|
* Added newline support to Pass::call() parserClifford Wolf2014-12-291-0/+12
|
* Added support for empty lines to here documentsClifford Wolf2014-10-291-2/+2
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-1/+1
|
* Using next_token() to parse commandsClifford Wolf2014-10-101-24/+24
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-3/+3
|
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-231-16/+8
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-9/+14
|
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-231-12/+16
|
* Added Frontend "+/" filename syntax for files from proc_share_dirClifford Wolf2014-08-151-1/+4
|
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-021-2/+2
|
* Added per-pass cpu usage statisticsClifford Wolf2014-08-011-7/+35
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-18/+16
|
* Added write_file commandClifford Wolf2014-07-301-3/+5
|
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-291-1/+3
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-8/+7
|
* Added support for here documentsClifford Wolf2014-07-261-1/+30
|
* Added "cover" commandClifford Wolf2014-07-241-12/+16
|
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-201-4/+30
|
* Improved error message for options after front-end filename argumentsClifford Wolf2014-06-041-0/+4
|
* workaround for OpenBSD 'stdout' implementationClifford Wolf2014-05-031-1/+2
|
* workaround for OpenBSD 'stdin' implementationClifford Wolf2014-05-021-1/+2
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-2/+3
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Fixed small memory leak in Pass::call()Clifford Wolf2014-02-231-1/+4
|
* Added echo commandClifford Wolf2014-02-071-3/+45
|
* Added support for #-comments in same line as commandClifford Wolf2014-02-061-0/+2
|
* Added Pass:call_newsel APIClifford Wolf2013-12-021-0/+24
|
* Call internal checker more oftenClifford Wolf2013-11-101-0/+6
|
* Added "clean -purge" and ";;;" supportClifford Wolf2013-08-111-0/+2
|
* Added ";;" as shortcut for "; clean;"Clifford Wolf2013-08-111-1/+4
|
* Added "help -write-web-command-reference-manual"Clifford Wolf2013-07-261-0/+52
|
* Only initialize TCL interpreter when neededClifford Wolf2013-05-231-5/+0
|
* Added labels to "help -write-tex-command-reference-manual" outputClifford Wolf2013-05-231-0/+2
|
* Improved/simplified TCL bindingsClifford Wolf2013-05-011-25/+0
|
* Added -color <color> <selection> option to show commandClifford Wolf2013-04-011-4/+1
|
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-281-0/+30
|
* Added help -write-tex-command-reference-manual optionClifford Wolf2013-03-211-0/+38
|
* fixed a crash when lines start with whitespaceJohann Glaser2013-03-181-2/+2
|
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-151-1/+3
|
* Added shell escape to command languageClifford Wolf2013-03-101-0/+13
|
* Implemented general handler for selection argumentsClifford Wolf2013-03-031-2/+10
|
* Added more help messagesClifford Wolf2013-03-011-1/+4
|
* Added more help messages (extract, abc, dfflibmap)Clifford Wolf2013-02-281-0/+1
|
* Added "help" commandClifford Wolf2013-02-281-4/+46
|
* Improvements in command shellClifford Wolf2013-01-061-13/+65
| | | | | | - 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/+288