aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/alumacc.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-13/+13
* Explicitly order function argumentsEddie Hung2019-09-131-4/+15
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-17/+17
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-30/+30
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-30/+30
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-13/+13
* RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-6/+6
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Update more stuff to use get_src_attribute() and set_src_attribute()Clifford Wolf2017-09-011-4/+4
* updated to use get_src_attribute() and set_src_attribute().Jason Lowdermilk2017-08-311-4/+3
* Add support for source line tracking through synthesis phaseJason Lowdermilk2017-08-291-4/+12
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-3/+3
* Using dict<> and pool<> in alumacc passClifford Wolf2015-08-311-5/+5
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-1/+1
* Added skeleton dff2dffe passClifford Wolf2014-12-081-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-42/+42
* namespace YosysClifford Wolf2014-09-271-0/+4
* More aggressive $macc merging in alumaccClifford Wolf2014-09-151-1/+37
* Added the obvious optimizations to alumacc $macc generatorClifford Wolf2014-09-151-0/+1
* Various fixes/cleanups in alumacc and maccmapClifford Wolf2014-09-141-1/+0
* alumacc fix for $pos cellsClifford Wolf2014-09-141-13/+24
* Extract $alu cells in alumaccClifford Wolf2014-09-141-1/+296
* Merge $macc cells in alumacc passClifford Wolf2014-09-141-1/+59
* Basic $macc extract in alumaccClifford Wolf2014-09-141-4/+104
* alumacc skeletonClifford Wolf2014-09-141-0/+63