Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added "history" command | Clifford Wolf | 2013-12-02 | 1 | -0/+18 |
| | |||||
* | Using RTLIL::id2cstr for prompt printing | Clifford Wolf | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | Some driver changes/fixes | Clifford Wolf | 2013-11-22 | 1 | -5/+5 |
| | |||||
* | Added -v<level> option and some minor driver cleanups | Clifford Wolf | 2013-11-17 | 1 | -5/+13 |
| | |||||
* | Call internal checker more often | Clifford Wolf | 2013-11-10 | 1 | -9/+2 |
| | |||||
* | Write yosys version to output files | Clifford Wolf | 2013-11-03 | 1 | -3/+0 |
| | |||||
* | Fixed get_share_file_name() for installed yosys | Clifford Wolf | 2013-10-27 | 1 | -2/+3 |
| | |||||
* | Added API and Makefile rules for share/ files | Clifford Wolf | 2013-10-27 | 1 | -0/+21 |
| | |||||
* | Added version info to yosys command and added -V option | Clifford Wolf | 2013-08-20 | 1 | -2/+13 |
| | |||||
* | Added proper deallocation of history buffer | Clifford Wolf | 2013-08-06 | 1 | -0/+5 |
| | |||||
* | Added history file read/write to driver | Clifford Wolf | 2013-06-10 | 1 | -0/+16 |
| | |||||
* | Set rl_basic_word_break_characters in shell | Clifford Wolf | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | Improved readline tab completion | Clifford Wolf | 2013-06-09 | 1 | -24/+74 |
| | |||||
* | Look for yosys-abc and yosys-svgviewer where the main exe is | Clifford Wolf | 2013-06-09 | 1 | -0/+17 |
| | |||||
* | Only initialize TCL interpreter when needed | Clifford Wolf | 2013-05-23 | 1 | -32/+48 |
| | |||||
* | Added tcl "yosys -import" command | Clifford Wolf | 2013-05-02 | 1 | -3/+29 |
| | |||||
* | Improved/simplified TCL bindings | Clifford Wolf | 2013-05-01 | 1 | -14/+57 |
| | |||||
* | Removed 4096 bytes limit for size of command from script file | Clifford Wolf | 2013-04-01 | 1 | -3/+20 |
| | |||||
* | Added "script" command | Clifford Wolf | 2013-03-31 | 1 | -0/+16 |
| | |||||
* | Implemented TCL support (only via -c option at the moment) | Clifford Wolf | 2013-03-28 | 1 | -7/+41 |
| | |||||
* | Added -S option for simple synthesis to gate logic | Clifford Wolf | 2013-03-21 | 1 | -2/+17 |
| | |||||
* | Disabled the per-default dumping of ILANG code | Clifford Wolf | 2013-03-21 | 1 | -1/+6 |
| | |||||
* | fixed typos | Johann Glaser | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Improved error message on failed module load | Clifford Wolf | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | Added support for loadable modules (aka plugins) | Clifford Wolf | 2013-03-06 | 1 | -8/+23 |
| | |||||
* | Implemented general handler for selection arguments | Clifford Wolf | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | Added more help messages | Clifford Wolf | 2013-03-01 | 1 | -0/+2 |
| | |||||
* | Improved help message for "shell" command | Clifford Wolf | 2013-02-28 | 1 | -0/+30 |
| | |||||
* | Added help for command line options | Clifford Wolf | 2013-02-28 | 1 | -2/+68 |
| | |||||
* | Changed default frontend for "-" to "script" (was: "ilang") | Clifford Wolf | 2013-02-27 | 1 | -4/+7 |
| | |||||
* | Improvements in command shell | Clifford Wolf | 2013-01-06 | 1 | -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 import | Clifford Wolf | 2013-01-05 | 1 | -0/+253 |