aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improvements in dfflibmap (FFs with Q/QN outputs, DFFs from ADFFs)Clifford Wolf2016-02-011-8/+68
* SigMap performance improvementClifford Wolf2016-02-011-1/+7
* hashlib mfp<> performance improvementsClifford Wolf2016-02-011-2/+7
* Added reserve() method to haslib classes andClifford Wolf2016-01-311-2/+6
* Merge branch 'rtlil_remove2_speedup' of https://github.com/kc8apf/yosysClifford Wolf2016-01-312-14/+88
|\
| * rtlil: Improve performance of SigSpec::extract(SigSpec, SigSpec*)Rick Altherr2016-01-311-2/+31
| * rtlil: speed up SigSpec::sort_and_unify()Rick Altherr2016-01-311-1/+11
| * rtlil: improve performance of SigSpec::replace(SigSpec, SigSpec, SigSpec*)Rick Altherr2016-01-311-6/+14
| * genrtlil: avoid converting SigSpec to set<SigBit> when going through removeSi...Rick Altherr2016-01-311-3/+3
| * rtlil: improve performance of SigSpec::remove2(SigSpec, SigSpec*)Rick Altherr2016-01-311-2/+29
* | More clang sanitizer stuffClifford Wolf2016-01-312-3/+12
|/
* Meaningless coding style changeClifford Wolf2016-01-311-1/+0
* Merge branch 'rtlil_remove2_speedup' of https://github.com/kc8apf/yosysClifford Wolf2016-01-312-23/+37
|\
| * rtlil: rewrite remove2() to avoid copyingRick Altherr2016-01-301-45/+18
| * rtlil: duplicate remove2() for std::set<>Rick Altherr2016-01-292-0/+41
| * rtlil: change IdString comparison operators to take references instead of copiesRick Altherr2016-01-291-3/+3
* | Addedd clang sanitizersClifford Wolf2016-01-311-0/+21
|/
* Added "equiv_struct -fwonly"Clifford Wolf2016-01-081-5/+17
* Bugfixes in equiv_structClifford Wolf2016-01-081-2/+9
* Added "submod -copy"Clifford Wolf2016-01-081-13/+28
* Added "write_blif -cname" modeClifford Wolf2016-01-061-1/+12
* Added "equiv_struct -maxiter <N>"Clifford Wolf2016-01-061-4/+16
* Added "equiv_add -try" modeClifford Wolf2016-01-061-6/+33
* Fixed "splitnets -ports" for hierarchical designsClifford Wolf2015-12-221-0/+57
* Re-run ice40_opt in "synth_ice40 -abc2"Clifford Wolf2015-12-221-1/+4
* Improvements in ice40_optClifford Wolf2015-12-221-5/+16
* Bugfix in ice40_ffinitClifford Wolf2015-12-221-2/+2
* Improved ice40_ffinitClifford Wolf2015-12-221-1/+22
* Run opt_const before check in default scriptsClifford Wolf2015-12-222-0/+4
* Added %R select expressionClifford Wolf2015-12-201-0/+50
* Various improvements in BLIF front-endClifford Wolf2015-12-202-41/+86
* Added yosys-smtbmc -SClifford Wolf2015-12-201-6/+35
* Merge pull request #110 from scanlime/masterClifford Wolf2015-12-152-2/+2
|\
| * Mac build fix, gsed -> sedMicah Elizabeth Scott2015-12-151-1/+1
| * Remove nonportable "-r" option from xargsMicah Elizabeth Scott2015-12-151-1/+1
|/
* Added "synth_ice40 -abc2"Clifford Wolf2015-12-081-0/+11
* Merge pull request #108 from cseed/masterClifford Wolf2015-12-071-1/+3
|\
| * Added LO to ICESTORM_LC for LUT cascade route.Cotton Seed2015-12-061-1/+3
* | Improved proc_mux performance for huge always blocksClifford Wolf2015-12-021-36/+153
* | Added default values for hashlib at() methodsClifford Wolf2015-12-021-0/+18
* | Re-added SigMap::allbits()Clifford Wolf2015-11-302-0/+14
* | Added tests/simple/graphtest.vClifford Wolf2015-11-301-0/+34
* | Fixed oom bug in ilang parserClifford Wolf2015-11-291-2/+2
* | Fixed performance bug in ilang parserClifford Wolf2015-11-271-6/+12
* | Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2015-11-261-0/+10
|\ \
| * | Added PRIM_DLATCHRS support to verific front-endClifford Wolf2015-11-241-0/+10
* | | Removed dangling ';' in rtlil.hClifford Wolf2015-11-261-2/+2
* | | Added ice40_ffinit passClifford Wolf2015-11-263-0/+145
|/ /
* | Fixed WE/RE usage in iCE40 BRAM mappingClifford Wolf2015-11-241-8/+8
* | Fixed handling of re-declarations of wires in tasks and functionsClifford Wolf2015-11-231-7/+26