index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
/
alumacc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly order function arguments
Eddie Hung
2019-09-13
1
-4
/
+15
*
Use more ID::{A,B,Y,blackbox,whitebox}
Eddie Hung
2019-08-15
1
-17
/
+17
*
ID(\\.*) -> ID(.*)
Eddie Hung
2019-08-15
1
-30
/
+30
*
Transform all "\\*" identifiers into ID()
Eddie Hung
2019-08-15
1
-30
/
+30
*
Transform "$.*" to ID("$.*") in passes/techmap
Eddie Hung
2019-08-15
1
-13
/
+13
*
RTLIL::S{0,1} -> State::S{0,1}
Eddie Hung
2019-08-07
1
-6
/
+6
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
Update more stuff to use get_src_attribute() and set_src_attribute()
Clifford Wolf
2017-09-01
1
-4
/
+4
*
updated to use get_src_attribute() and set_src_attribute().
Jason Lowdermilk
2017-08-31
1
-4
/
+3
*
Add support for source line tracking through synthesis phase
Jason Lowdermilk
2017-08-29
1
-4
/
+12
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-3
/
+3
*
Using dict<> and pool<> in alumacc pass
Clifford Wolf
2015-08-31
1
-5
/
+5
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-1
/
+1
*
Added skeleton dff2dffe pass
Clifford Wolf
2014-12-08
1
-2
/
+2
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-42
/
+42
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-0
/
+4
*
More aggressive $macc merging in alumacc
Clifford Wolf
2014-09-15
1
-1
/
+37
*
Added the obvious optimizations to alumacc $macc generator
Clifford Wolf
2014-09-15
1
-0
/
+1
*
Various fixes/cleanups in alumacc and maccmap
Clifford Wolf
2014-09-14
1
-1
/
+0
*
alumacc fix for $pos cells
Clifford Wolf
2014-09-14
1
-13
/
+24
*
Extract $alu cells in alumacc
Clifford Wolf
2014-09-14
1
-1
/
+296
*
Merge $macc cells in alumacc pass
Clifford Wolf
2014-09-14
1
-1
/
+59
*
Basic $macc extract in alumacc
Clifford Wolf
2014-09-14
1
-4
/
+104
*
alumacc skeleton
Clifford Wolf
2014-09-14
1
-0
/
+63