aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/maccmap.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-8/+8
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-14/+14
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-22/+22
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-22/+22
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-3/+3
* RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-8/+8
* 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-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Improved "maccmap" help messageClifford Wolf2015-04-161-2/+2
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-3/+3
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-33/+33
* namespace YosysClifford Wolf2014-09-271-1/+11
* Improved maccmap tree bit packingClifford Wolf2014-09-151-16/+50
* Various fixes/cleanups in alumacc and maccmapClifford Wolf2014-09-141-1/+11
* Added "$fa" cell typeClifford Wolf2014-09-081-6/+16
* Trim msb/lsb zero bits from full adder in maccmapClifford Wolf2014-09-081-5/+27
* Added "maccmap" commandClifford Wolf2014-09-071-0/+318