index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
/
flowmap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash in flowmap
Dag Lem
2022-09-20
1
-1
/
+2
*
Use C++11 final/override keywords.
whitequark
2020-06-18
1
-2
/
+2
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
1
-1
/
+1
*
kernel: SigSpec use more const& + overloads to prevent implicit SigSpec
Eddie Hung
2020-03-13
1
-1
/
+1
*
flowmap: when doing mincut, ensure source is always in X, not X̅.
whitequark
2019-11-12
1
-1
/
+2
*
flowmap: don't break if that creates a k+2 (and larger) LUT either.
whitequark
2019-11-11
1
-1
/
+1
*
ID(\\.*) -> ID(.*)
Eddie Hung
2019-08-15
1
-3
/
+3
*
Transform all "\\*" identifiers into ID()
Eddie Hung
2019-08-15
1
-3
/
+3
*
Transform "$.*" to ID("$.*") in passes/techmap
Eddie Hung
2019-08-15
1
-1
/
+1
*
Fix formatting for msys2 mingw build using GetSize
Miodrag Milanovic
2019-08-01
1
-5
/
+5
*
Fix all warnings that occurred when compiling with gcc9
Kristoffer Ellersgaard Koch
2019-05-08
1
-2
/
+2
*
Clean up some whitepsace outliers
Larry Doolittle
2019-02-26
1
-2
/
+2
*
flowmap: clean up terminology.
whitequark
2019-01-08
1
-17
/
+18
*
flowmap: implement depth relaxation.
whitequark
2019-01-08
1
-22
/
+680
*
flowmap: construct a max-volume max-flow min-cut, not just any one.
whitequark
2019-01-06
1
-7
/
+10
*
flowmap: add -minlut option, to allow postprocessing with opt_lut.
whitequark
2019-01-04
1
-7
/
+21
*
flowmap: cleanup for clarity. NFCI.
whitequark
2019-01-04
1
-107
/
+141
*
flowmap: improve debug graph output. NFC.
whitequark
2019-01-04
1
-47
/
+76
*
flowmap: add link to longer version of paper. NFC.
whitequark
2019-01-04
1
-2
/
+3
*
flowmap: new techmap pass.
whitequark
2019-01-03
1
-0
/
+873