flowmap: add link to longer version of paper. NFC.
authorwhitequark <whitequark@whitequark.org>
Fri, 4 Jan 2019 02:33:10 +0000 (02:33 +0000)
committerwhitequark <whitequark@whitequark.org>
Fri, 4 Jan 2019 02:33:10 +0000 (02:33 +0000)
passes/techmap/flowmap.cc

index cdca78db82e78a08ad1dafdefb0825d9106f92e8..adfb70a696f607e1d70f7e0acf672bab9803903d 100644 (file)
@@ -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:
 //