summaryrefslogtreecommitdiff
path: root/kernel/register.h
Commit message (Collapse)AuthorAge
* - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-12
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* Added "design -push" and "design -pop"Clifford Wolf2014-02-20
|
* Added echo commandClifford Wolf2014-02-07
|
* Added Pass:call_newsel APIClifford Wolf2013-12-02
|
* Write yosys version to output filesClifford Wolf2013-11-03
|
* Added API and Makefile rules for share/ filesClifford Wolf2013-10-27
|
* Improved readline tab completionClifford Wolf2013-06-09
|
* Look for yosys-abc and yosys-svgviewer where the main exe isClifford Wolf2013-06-09
|
* Only initialize TCL interpreter when neededClifford Wolf2013-05-23
|
* Improved/simplified TCL bindingsClifford Wolf2013-05-01
|
* Added -color <color> <selection> option to show commandClifford Wolf2013-04-01
|
* Implemented TCL support (only via -c option at the moment)Clifford Wolf2013-03-28
|
* Implemented general handler for selection argumentsClifford Wolf2013-03-03
|
* Added "help" commandClifford Wolf2013-02-28
|
* Improvements in command shellClifford Wolf2013-01-06
| | | | | | - 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-05