aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/maccmap.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* 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