Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | rtlil: duplicate remove2() for std::set<> | Rick Altherr | 2016-01-29 | 2 | -0/+41 | |
| * | | rtlil: change IdString comparison operators to take references instead of copies | Rick Altherr | 2016-01-29 | 1 | -3/+3 | |
* | | | Addedd clang sanitizers | Clifford Wolf | 2016-01-31 | 1 | -0/+21 | |
|/ / | ||||||
* | | Added "equiv_struct -fwonly" | Clifford Wolf | 2016-01-08 | 1 | -5/+17 | |
* | | Bugfixes in equiv_struct | Clifford Wolf | 2016-01-08 | 1 | -2/+9 | |
* | | Added "submod -copy" | Clifford Wolf | 2016-01-08 | 1 | -13/+28 | |
* | | Added "write_blif -cname" mode | Clifford Wolf | 2016-01-06 | 1 | -1/+12 | |
* | | Added "equiv_struct -maxiter <N>" | Clifford Wolf | 2016-01-06 | 1 | -4/+16 | |
* | | Added "equiv_add -try" mode | Clifford Wolf | 2016-01-06 | 1 | -6/+33 | |
* | | Fixed "splitnets -ports" for hierarchical designs | Clifford Wolf | 2015-12-22 | 1 | -0/+57 | |
* | | Re-run ice40_opt in "synth_ice40 -abc2" | Clifford Wolf | 2015-12-22 | 1 | -1/+4 | |
* | | Improvements in ice40_opt | Clifford Wolf | 2015-12-22 | 1 | -5/+16 | |
* | | Bugfix in ice40_ffinit | Clifford Wolf | 2015-12-22 | 1 | -2/+2 | |
* | | Improved ice40_ffinit | Clifford Wolf | 2015-12-22 | 1 | -1/+22 | |
* | | Run opt_const before check in default scripts | Clifford Wolf | 2015-12-22 | 2 | -0/+4 | |
* | | Added %R select expression | Clifford Wolf | 2015-12-20 | 1 | -0/+50 | |
* | | Various improvements in BLIF front-end | Clifford Wolf | 2015-12-20 | 2 | -41/+86 | |
* | | Added yosys-smtbmc -S | Clifford Wolf | 2015-12-20 | 1 | -6/+35 | |
* | | Merge pull request #110 from scanlime/master | Clifford Wolf | 2015-12-15 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Mac build fix, gsed -> sed | Micah Elizabeth Scott | 2015-12-15 | 1 | -1/+1 | |
| * | | Remove nonportable "-r" option from xargs | Micah Elizabeth Scott | 2015-12-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Added "synth_ice40 -abc2" | Clifford Wolf | 2015-12-08 | 1 | -0/+11 | |
* | | Merge pull request #108 from cseed/master | Clifford Wolf | 2015-12-07 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | Added LO to ICESTORM_LC for LUT cascade route. | Cotton Seed | 2015-12-06 | 1 | -1/+3 | |
* | | | Improved proc_mux performance for huge always blocks | Clifford Wolf | 2015-12-02 | 1 | -36/+153 | |
* | | | Added default values for hashlib at() methods | Clifford Wolf | 2015-12-02 | 1 | -0/+18 | |
* | | | Re-added SigMap::allbits() | Clifford Wolf | 2015-11-30 | 2 | -0/+14 | |
* | | | Added tests/simple/graphtest.v | Clifford Wolf | 2015-11-30 | 1 | -0/+34 | |
* | | | Fixed oom bug in ilang parser | Clifford Wolf | 2015-11-29 | 1 | -2/+2 | |
* | | | Fixed performance bug in ilang parser | Clifford Wolf | 2015-11-27 | 1 | -6/+12 | |
* | | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-11-26 | 1 | -0/+10 | |
|\ \ \ | ||||||
| * | | | Added PRIM_DLATCHRS support to verific front-end | Clifford Wolf | 2015-11-24 | 1 | -0/+10 | |
* | | | | Removed dangling ';' in rtlil.h | Clifford Wolf | 2015-11-26 | 1 | -2/+2 | |
* | | | | Added ice40_ffinit pass | Clifford Wolf | 2015-11-26 | 3 | -0/+145 | |
|/ / / | ||||||
* | | | Fixed WE/RE usage in iCE40 BRAM mapping | Clifford Wolf | 2015-11-24 | 1 | -8/+8 | |
* | | | Fixed handling of re-declarations of wires in tasks and functions | Clifford Wolf | 2015-11-23 | 1 | -7/+26 | |
* | | | Added torder command | Clifford Wolf | 2015-11-19 | 2 | -0/+124 | |
* | | | Fixed performance bug in Verific importer | Clifford Wolf | 2015-11-16 | 1 | -10/+12 | |
* | | | Changes for Verific 3.16_484_32_151112 | Clifford Wolf | 2015-11-12 | 3 | -4/+7 | |
* | | | Link to vlsitechnology.org for liberty files | Clifford Wolf | 2015-11-12 | 1 | -6/+4 | |
* | | | More bugfixes in handling of parameters in tasks and functions | Clifford Wolf | 2015-11-12 | 2 | -2/+23 | |
* | | | Fixed handling of parameters and localparams in functions | Clifford Wolf | 2015-11-11 | 4 | -5/+39 | |
* | | | Added "abc -g" | Clifford Wolf | 2015-11-10 | 1 | -11/+48 | |
* | | | Merge pull request #97 from zeldin/master | Clifford Wolf | 2015-11-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix a segfault in dffinit when the value has too few bits | Marcus Comstedt | 2015-11-08 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Added "singleton" pass | Clifford Wolf | 2015-11-07 | 2 | -0/+102 | |
* | | | Fixed iCE40 SB_IO OUTPUT_ENABLE vs. outena_q handling | Clifford Wolf | 2015-11-06 | 1 | -2/+2 | |
* | | | Bugfix in mapping $tribuf to $_TBUF_ | Clifford Wolf | 2015-11-05 | 1 | -1/+1 | |
* | | | Bugfix in memory_dff | Clifford Wolf | 2015-10-31 | 2 | -1/+27 | |
* | | | Improvements in wreduce | Clifford Wolf | 2015-10-31 | 2 | -0/+34 |