Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Python passes are now looked for in share/plugins and can be added by ↵ | Benedikt Tutzer | 2018-08-20 | 1 | -4/+1 | |
| | | | | | | | | specifying a relative or absolute path | |||||
* | | Fixed issue when using a python plugin in the yosys shell | Benedikt Tutzer | 2018-08-20 | 1 | -0/+16 | |
| | | ||||||
* | | Python Passes can now be added with the -m option or with the plugin ↵ | Benedikt Tutzer | 2018-08-16 | 1 | -0/+26 | |
|/ | | | | command. There are still issues when run in shell mode, but they can be used just fine in a python script | |||||
* | Fix reading techlibs under emscripten | Robert Ou | 2018-05-18 | 1 | -1/+1 | |
| | ||||||
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -1/+26 | |
| | | | | (Re-commit e3575a8 with corrected author field) | |||||
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -26/+1 | |
| | | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e. | |||||
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -1/+26 | |
| | ||||||
* | Rename rename to renames | Edmond Cote | 2018-03-20 | 1 | -3/+5 | |
| | | | Create TCL alias for rename command. Using renames. Following the same convention as proc -> procs. | |||||
* | Update copyright header | Clifford Wolf | 2018-03-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -1/+5 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add support for editline as replacement for readline | Clifford Wolf | 2017-11-08 | 1 | -7/+16 | |
| | ||||||
* | Auto-detect JSON front-end | Clifford Wolf | 2017-08-09 | 1 | -0/+2 | |
| | ||||||
* | Add front-end detection for *.tcl files | Clifford Wolf | 2017-03-28 | 1 | -1/+6 | |
| | ||||||
* | Added AIGER back-end to automatic back-end detection | Clifford Wolf | 2016-12-21 | 1 | -0/+2 | |
| | ||||||
* | Added glob support to all front-ends | Clifford Wolf | 2016-08-22 | 1 | -0/+25 | |
| | ||||||
* | Add MSYS2-compatible build. | William D. Jones | 2016-08-16 | 1 | -2/+1 | |
| | ||||||
* | Use /proc/self/exe on Cygwin as well. | Yury Gribov | 2016-08-08 | 1 | -1/+1 | |
| | ||||||
* | Added ScriptPass helper class for script-like passes | Clifford Wolf | 2016-03-31 | 1 | -3/+3 | |
| | ||||||
* | We have 2016 for a while now | Clifford Wolf | 2016-03-30 | 1 | -1/+1 | |
| | ||||||
* | Added .vhd file extension support | Clifford Wolf | 2016-03-30 | 1 | -0/+2 | |
| | ||||||
* | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 1 | -0/+5 | |
| | | | | Use it as the last resort in the share/ directory location search. | |||||
* | Use easyer-to-read unoptimized ceil_log2() | Clifford Wolf | 2016-02-15 | 1 | -18/+5 | |
| | | | | | see here for details on the optimized version: http://svn.clifford.at/handicraft/2016/esbmc/ceilog2.c | |||||
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -1/+1 | |
| | ||||||
* | Added "int ceil_log2(int)" function | Clifford Wolf | 2016-02-13 | 1 | -0/+25 | |
| | ||||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 | |
| | ||||||
* | Added read_blif command | Clifford Wolf | 2015-05-17 | 1 | -0/+2 | |
| | ||||||
* | Improved attributes API and handling of "src" attributes | Clifford Wolf | 2015-04-24 | 1 | -0/+20 | |
| | ||||||
* | A "#" does start a comment, not a label. | Clifford Wolf | 2015-04-16 | 1 | -0/+3 | |
| | ||||||
* | Added back-end auto-detect for .edif and .json | Clifford Wolf | 2015-04-09 | 1 | -0/+4 | |
| | ||||||
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 1 | -1/+19 | |
| | ||||||
* | Fixed detection of absolute paths in ABC for win32 | Clifford Wolf | 2015-03-22 | 1 | -0/+9 | |
| | ||||||
* | More emcc stuff | Clifford Wolf | 2015-02-15 | 1 | -3/+10 | |
| | ||||||
* | Added "make mklibyosys", some minor API changes | Clifford Wolf | 2015-02-01 | 1 | -3/+17 | |
| | ||||||
* | Added yosys_banner(), Updated Copyright range | Clifford Wolf | 2015-02-01 | 1 | -0/+27 | |
| | ||||||
* | Log msg change | Clifford Wolf | 2015-01-31 | 1 | -1/+1 | |
| | ||||||
* | Rethrow with "catch(...) throw;" | Clifford Wolf | 2015-01-25 | 1 | -2/+2 | |
| | ||||||
* | Added ENABLE_NDEBUG makefile options | Clifford Wolf | 2015-01-24 | 1 | -0/+2 | |
| | ||||||
* | Put dummy reference to empty idstring in yosys_shutdown() | Clifford Wolf | 2014-12-29 | 1 | -0/+3 | |
| | ||||||
* | Less verbose ABC output | Clifford Wolf | 2014-12-29 | 1 | -2/+0 | |
| | ||||||
* | Added global yosys_celltypes | Clifford Wolf | 2014-12-29 | 1 | -0/+9 | |
| | ||||||
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+1 | |
| | ||||||
* | Some cleanups | Clifford Wolf | 2014-12-28 | 1 | -1/+3 | |
| | ||||||
* | Added memhasher (yosys -M) | Clifford Wolf | 2014-12-28 | 1 | -0/+37 | |
| | ||||||
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 1 | -3/+3 | |
| | ||||||
* | Re-introduced Yosys::readsome() helper function | Clifford Wolf | 2014-10-23 | 1 | -0/+16 | |
| | | | | (f.read() + f.gcount() made problems with lines > 16kB) | |||||
* | Merge pull request #40 from parvizp/compile_mac_10.9.2 | Clifford Wolf | 2014-10-19 | 1 | -0/+3 | |
|\ | | | | | Builds on Mac 10.9.2 with LLVM 3.5. | |||||
| * | Builds on Mac 10.9.2 with LLVM 3.5. | Parviz Palangpour | 2014-10-19 | 1 | -0/+3 | |
| | | ||||||
* | | Improved new_id() for win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+12 | |
| | | ||||||
* | | Various improvements to version reporting on win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+0 | |
| | |