aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/muxcover.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-33/+33
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-15/+15
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-48/+48
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-48/+48
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-6/+6
* substr() -> compare()Eddie Hung2019-08-071-5/+5
* stoi -> atoiEddie Hung2019-08-071-5/+5
* Update muxcover doc as per @ZirconiumXEddie Hung2019-07-081-5/+10
* atoi -> stoiEddie Hung2019-07-081-5/+5
* Add muxcover -mux2=cost optionEddie Hung2019-07-081-1/+7
* Fix handling of partial covers in muxcover, fixes #1132Clifford Wolf2019-06-271-6/+25
* Replace "muxcover -freedecode" with "muxcover -dmux=cost"Clifford Wolf2019-06-211-15/+14
* Add "muxcover -freedecode"Clifford Wolf2019-06-211-0/+14
* Improvements in muxcoverClifford Wolf2019-06-201-38/+55
* Add support for partial matches to muxcover, fixes #1091Clifford Wolf2019-06-201-7/+31
* Fix bug in #1078, add entry to CHANGELOGEddie Hung2019-06-191-3/+3
* Allow muxcover costs to be changedEddie Hung2019-06-071-12/+42
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-3/+3
* Fixed trailing whitespacesClifford Wolf2015-07-021-4/+4
* Added decoder generation to "muxcover"Clifford Wolf2015-04-071-13/+104
* Added "muxcover" commandClifford Wolf2015-04-071-0/+541