Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move namespace alias | Eddie Hung | 2019-08-16 | 1 | -2/+1 |
| | |||||
* | Try this for gcc-4.8? | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | Fix spacing | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -0/+2 |
| | |||||
* | Improve API of ID() macro | Clifford Wolf | 2019-08-11 | 1 | -2/+10 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | New mxe hacks needed to support 2ca237e | Miodrag Milanovic | 2019-08-01 | 1 | -0/+4 |
| | |||||
* | made ObjectIterator extend std::iterator | Jakob Wenzel | 2019-07-24 | 1 | -0/+1 |
| | | | | this makes it possible to use std algorithms on them | ||||
* | Optimize ceil_log2 function | Matthew Daiter | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | fix codestyle formatting | Oleg Endo | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | escape spaces with backslash when writing dep file | Oleg Endo | 2019-04-29 | 1 | -0/+1 |
| | | | | | | filenames are sparated by spaces in the dep file. if a filename in the dep file contains spaces they must be escaped, otherwise the tool that reads the dep file will see multiple wrong filenames. | ||||
* | Added support for changing Yosys namespace | Benedikt Tutzer | 2019-04-03 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into feature/python_bindings | Benedikt Tutzer | 2019-03-28 | 1 | -1/+1 |
|\ | |||||
| * | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | | added some checks if python is enabled to make sure everything compiles if ↵ | Benedikt Tutzer | 2018-08-20 | 1 | -0/+2 |
| | | | | | | | | python is disabled in the makefile | ||||
* | | Fixed issue when using a python plugin in the yosys shell | Benedikt Tutzer | 2018-08-20 | 1 | -0/+5 |
| | | |||||
* | | Python Passes can now be added with the -m option or with the plugin ↵ | Benedikt Tutzer | 2018-08-16 | 1 | -0/+5 |
|/ | | | | command. There are still issues when run in shell mode, but they can be used just fine in a python script | ||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "using std::get" to yosys.h | Clifford Wolf | 2017-07-25 | 1 | -0/+1 |
| | |||||
* | Enable readline and tcl in mxe builds | Clifford Wolf | 2017-05-17 | 1 | -0/+10 |
| | |||||
* | define PATH_MAX if not defined by limits.h | Clifford Wolf | 2016-10-11 | 1 | -0/+5 |
| | |||||
* | Added glob support to all front-ends | Clifford Wolf | 2016-08-22 | 1 | -0/+1 |
| | |||||
* | Include <cmath> in yosys.h | Clifford Wolf | 2016-05-08 | 1 | -0/+1 |
| | |||||
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Added "int ceil_log2(int)" function | Clifford Wolf | 2016-02-13 | 1 | -0/+1 |
| | |||||
* | Added hashlib::mfp and new SigMap | Clifford Wolf | 2015-10-27 | 1 | -0/+1 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -0/+7 |
| | |||||
* | Added "equiv_add -cell" | Clifford Wolf | 2015-10-25 | 1 | -2/+2 |
| | |||||
* | equiv_purge bugfix, using SigChunk in Yosys namespace | Clifford Wolf | 2015-10-24 | 1 | -0/+2 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Added "write_smv" skeleton | Clifford Wolf | 2015-06-15 | 1 | -2/+4 |
| | |||||
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 1 | -0/+11 |
| | |||||
* | Improved attributes API and handling of "src" attributes | Clifford Wolf | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 1 | -1/+2 |
| | |||||
* | Fixed detection of absolute paths in ABC for win32 | Clifford Wolf | 2015-03-22 | 1 | -0/+1 |
| | |||||
* | Replaced ezDefaultSAT with ezSatPtr | Clifford Wolf | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | Added "make mklibyosys", some minor API changes | Clifford Wolf | 2015-02-01 | 1 | -3/+4 |
| | |||||
* | Added yosys_banner(), Updated Copyright range | Clifford Wolf | 2015-02-01 | 1 | -0/+1 |
| | |||||
* | Added hashlib::idict<> | Clifford Wolf | 2015-01-18 | 1 | -0/+1 |
| | |||||
* | Progress in memory_bram | Clifford Wolf | 2014-12-31 | 1 | -0/+4 |
| | |||||
* | Added memory_bram (not functional yet) | Clifford Wolf | 2014-12-31 | 1 | -1/+1 |
| | |||||
* | using pool<> in bitpattern.h | Clifford Wolf | 2014-12-30 | 1 | -0/+4 |
| | |||||
* | added hashlib::mkhash_init | Clifford Wolf | 2014-12-30 | 1 | -0/+1 |
| | |||||
* | Added "yosys -X" | Clifford Wolf | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | dict/pool changes in ast | Clifford Wolf | 2014-12-29 | 1 | -0/+6 |
| | |||||
* | gcc build fixes | Clifford Wolf | 2014-12-29 | 1 | -11/+16 |
| | |||||
* | Added mkhash_xorshift() | Clifford Wolf | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | Some cleanups | Clifford Wolf | 2014-12-28 | 1 | -1/+8 |
| | |||||
* | Added memhasher (yosys -M) | Clifford Wolf | 2014-12-28 | 1 | -0/+7 |
| | |||||
* | Renamed hashmap.h to hashlib.h, some related improvements | Clifford Wolf | 2014-12-28 | 1 | -1/+35 |
| | |||||
* | More hashtable finetuning | Clifford Wolf | 2014-12-27 | 1 | -1/+2 |
| |