projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7afbd9
)
document "techmap -map %<design-name>"
author
Clifford Wolf
<clifford@clifford.at>
Fri, 15 Aug 2014 00:00:53 +0000
(
02:00
+0200)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 15 Aug 2014 00:01:30 +0000
(
02:01
+0200)
passes/techmap/techmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/techmap.cc
b/passes/techmap/techmap.cc
index 29ce96766e7b00224592cbeada94901013b26fa7..a7f91e8628a05749239207ac6198b04f89e11d6d 100644
(file)
--- a/
passes/techmap/techmap.cc
+++ b/
passes/techmap/techmap.cc
@@
-706,6
+706,9
@@
struct TechmapPass : public Pass {
log(" transforms the internal RTL cells to the internal gate\n");
log(" library.\n");
log("\n");
+ log(" -map %%<design-name>\n");
+ log(" like -map above, but with an in-memory design instead of a file.\n");
+ log("\n");
log(" -share_map filename\n");
log(" like -map, but look for the file in the share directory (where the\n");
log(" yosys data files are). this is mainly used internally when techmap\n");