Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using [i] to access individual bits of SigSpec and merging bits into a tmp ↵ | rafaeltp | 2018-10-21 | 1 | -11/+12 |
| | | | | Sig before setting the port to new signal | ||||
* | cleaning up for PR | rafaeltp | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | fixing code style | rafaeltp | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | solves #675 | rafaeltp | 2018-10-20 | 1 | -11/+17 |
| | |||||
* | stop check_signal_in_fanout from traversing FFs | tklam | 2018-10-13 | 1 | -2/+2 |
| | |||||
* | stop check_signal_in_fanout from traversing FFs | tklam | 2018-10-13 | 1 | -1/+12 |
| | |||||
* | fix bug: pass by reference | tklam | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Fix issue #639 | TK Lam | 2018-09-26 | 1 | -0/+58 |
| | |||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | 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) | ||||
* | Improve log messages in equiv_make | Clifford Wolf | 2018-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Improved inout handling in equiv_make | Clifford Wolf | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Fixed equiv_make for partially undriven nets (e.g. after "clean -purge") | Clifford Wolf | 2015-01-31 | 1 | -12/+31 |
| | |||||
* | Added "equiv_make -blacklist <file> -encfile <file>" | Clifford Wolf | 2015-01-31 | 1 | -4/+172 |
| | |||||
* | Various equiv_* improvements | Clifford Wolf | 2015-01-24 | 1 | -8/+13 |
| | |||||
* | Improvements in equiv_make, equiv_induct | Clifford Wolf | 2015-01-22 | 1 | -0/+34 |
| | |||||
* | Moved equiv stuff to passes/equiv/ | Clifford Wolf | 2015-01-22 | 1 | -0/+248 |