projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3a80b7
)
Missing doc for -tech xilinx in shregmap
author
Eddie Hung
<eddie@fpgeh.com>
Wed, 5 Jun 2019 21:21:44 +0000
(14:21 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 5 Jun 2019 21:21:44 +0000
(14:21 -0700)
passes/techmap/shregmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/shregmap.cc
b/passes/techmap/shregmap.cc
index 75eedfbcc2204b2b73460064c9535ade187c8d28..21dfe96198c43a252575bb6483c2fd062b241328 100644
(file)
--- a/
passes/techmap/shregmap.cc
+++ b/
passes/techmap/shregmap.cc
@@
-606,6
+606,9
@@
struct ShregmapPass : public Pass {
log(" -tech greenpak4\n");
log(" map to greenpak4 shift registers.\n");
log("\n");
+ log(" -tech xilinx\n");
+ log(" map to xilinx dynamic-length shift registers.\n");
+ log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
{