Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - kernel/register.h, kernel/driver.cc: refactor ↵ | Siesh1oo | 2014-03-12 | 1 | -32/+37 | |
| | | | | | | | 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. | |||||
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 1 | -0/+1 | |
| | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | |||||
* | Added echo command | Clifford Wolf | 2014-02-07 | 1 | -1/+1 | |
| | ||||||
* | Added support for backslash continuation in script files | Clifford Wolf | 2014-02-06 | 1 | -2/+13 | |
| | ||||||
* | Added yosys -H for command list | Clifford Wolf | 2014-01-30 | 1 | -1/+7 | |
| | ||||||
* | Added -h command line option | Clifford Wolf | 2014-01-29 | 1 | -2/+8 | |
| | ||||||
* | 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 | |