aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-01-04 02:33:10 +0000
committerwhitequark <whitequark@whitequark.org>2019-01-04 02:33:10 +0000
commit7850a0c28a2a2d7761d49e23e139a93e837a3cca (patch)
treec491521caeab4ac8f64effa0219933af03d7f783 /passes
parentd98fe8ce1fbcd5480181ed22d43b850863191033 (diff)
downloadyosys-7850a0c28a2a2d7761d49e23e139a93e837a3cca.tar.gz
yosys-7850a0c28a2a2d7761d49e23e139a93e837a3cca.tar.bz2
yosys-7850a0c28a2a2d7761d49e23e139a93e837a3cca.zip
flowmap: add link to longer version of paper. NFC.
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/flowmap.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/passes/techmap/flowmap.cc b/passes/techmap/flowmap.cc
index cdca78db8..adfb70a69 100644
--- a/passes/techmap/flowmap.cc
+++ b/passes/techmap/flowmap.cc
@@ -19,7 +19,7 @@
// [[CITE]]
// Jason Cong; Yuzheng Ding, "An Optimal Technology Mapping Algorithm for Delay Optimization in Lookup-Table Based FPGA Designs,"
-// Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on, vol. 13, no. 1, Jan 1994
+// Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on, Vol. 13, pp. 1-12, Jan. 1994.
// doi: 10.1109/43.273754
// Required reading material:
@@ -27,7 +27,8 @@
// Min-cut max-flow theorem:
// https://www.coursera.org/lecture/algorithms-part2/maxflow-mincut-theorem-beb9G
// FlowMap paper:
-// http://cadlab.cs.ucla.edu/~cong/papers/iccad92.pdf
+// http://cadlab.cs.ucla.edu/~cong/papers/iccad92.pdf (short version)
+// https://limsk.ece.gatech.edu/book/papers/flowmap.pdf (long version)
// Notes on implementation:
//