index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
/
maccmap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use more ID::{A,B,Y,blackbox,whitebox}
Eddie Hung
2019-08-15
1
-14
/
+14
*
ID(\\.*) -> ID(.*)
Eddie Hung
2019-08-15
1
-22
/
+22
*
Transform all "\\*" identifiers into ID()
Eddie Hung
2019-08-15
1
-22
/
+22
*
Transform "$.*" to ID("$.*") in passes/techmap
Eddie Hung
2019-08-15
1
-3
/
+3
*
RTLIL::S{0,1} -> State::S{0,1}
Eddie Hung
2019-08-07
1
-8
/
+8
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
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
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
Improved "maccmap" help message
Clifford Wolf
2015-04-16
1
-2
/
+2
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-3
/
+3
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-33
/
+33
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-1
/
+11
*
Improved maccmap tree bit packing
Clifford Wolf
2014-09-15
1
-16
/
+50
*
Various fixes/cleanups in alumacc and maccmap
Clifford Wolf
2014-09-14
1
-1
/
+11
*
Added "$fa" cell type
Clifford Wolf
2014-09-08
1
-6
/
+16
*
Trim msb/lsb zero bits from full adder in maccmap
Clifford Wolf
2014-09-08
1
-5
/
+27
*
Added "maccmap" command
Clifford Wolf
2014-09-07
1
-0
/
+318