aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/alumacc.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* 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
| | | | | | | | | 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)
* 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