Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added read_verilog -icells option | Clifford Wolf | 2014-01-29 | 4 | -6/+20 | |
| | ||||||
* | Major rewrite of techlibs/common/simlib.v for LEC (cadance conformal) | Clifford Wolf | 2014-01-29 | 1 | -105/+305 | |
| | ||||||
* | presentation progress | Clifford Wolf | 2014-01-28 | 2 | -4/+237 | |
| | ||||||
* | Renamed manual/FILES_* directories | Clifford Wolf | 2014-01-28 | 29 | -9/+9 | |
| | ||||||
* | Progress on presentation | Clifford Wolf | 2014-01-28 | 2 | -8/+69 | |
| | ||||||
* | Progress on presentation | Clifford Wolf | 2014-01-27 | 2 | -5/+79 | |
| | ||||||
* | Added first presentation slides | Clifford Wolf | 2014-01-27 | 7 | -1/+105 | |
| | ||||||
* | Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys | Clifford Wolf | 2014-01-26 | 1 | -1/+5 | |
|\ | ||||||
| * | root bug corrected | Ahmed Irfan | 2014-01-25 | 1 | -1/+5 | |
| | | ||||||
* | | Merge pull request #21 from hansiglaser/master | Clifford Wolf | 2014-01-25 | 2 | -17/+34 | |
|\ \ | | | | | | | beautified write_intersynth, enabled multiple "-map" for the extract pass | |||||
| * | | enabled multiple "-map" for the extract pass | Johann Glaser | 2014-01-25 | 1 | -17/+25 | |
| | | | ||||||
| * | | beautified write_intersynth | Johann Glaser | 2014-01-25 | 1 | -0/+9 | |
|/ / | ||||||
* | | Added support for // comments in liberty parser | Clifford Wolf | 2014-01-25 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'btor' | Clifford Wolf | 2014-01-24 | 5 | -0/+1026 | |
|\| | ||||||
| * | removed regex include | Ahmed Irfan | 2014-01-24 | 1 | -1/+0 | |
| | | ||||||
| * | merged clifford changes + removed regex | Ahmed Irfan | 2014-01-24 | 1 | -26/+52 | |
| | | ||||||
| * | Use techmap -share_map in btor scripts | Clifford Wolf | 2014-01-24 | 2 | -2/+2 | |
| | | ||||||
| * | Moved btor scripts to backends/btor/ | Clifford Wolf | 2014-01-24 | 2 | -0/+0 | |
| | | ||||||
| * | Restored Makefile | Clifford Wolf | 2014-01-24 | 1 | -3/+3 | |
| | | ||||||
| * | Restored IdString::check() | Clifford Wolf | 2014-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys into btor | Clifford Wolf | 2014-01-24 | 7 | -4/+1005 | |
|/| | ||||||
| * | minor change in script | Ahmed Irfan | 2014-01-24 | 1 | -2/+11 | |
| | | ||||||
| * | -3/+3 | |||||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | btor | Ahmed Irfan | 2014-01-03 | 4 | -0/+816 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Fixed handling of unsized constants in verilog frontend | Clifford Wolf | 2014-01-24 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fixed algorithmic complexity of AST simplification of long expressions | Clifford Wolf | 2014-01-20 | 3 | -6/+13 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Added hilomap command | Clifford Wolf | 2014-01-19 | 2 | -0/+130 | |
assert m.algorithm.digest_size == digest_size assert m.algorithm.block_size == block_size m_copy = m.copy() assert m != m_copy assert m._ctx != |