aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/shregmap.cc
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-05 14:21:44 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-05 14:21:44 -0700
commitfd8ef128bfdc01b6bcf90ca5a3426aac22811161 (patch)
treeebf3ce1c2d603ff507d3d5dd08bc60b056a231c1 /passes/techmap/shregmap.cc
parenta3a80b755cb78866060f71348e2a0b14f96c574b (diff)
downloadyosys-fd8ef128bfdc01b6bcf90ca5a3426aac22811161.tar.gz
yosys-fd8ef128bfdc01b6bcf90ca5a3426aac22811161.tar.bz2
yosys-fd8ef128bfdc01b6bcf90ca5a3426aac22811161.zip
Missing doc for -tech xilinx in shregmap
Diffstat (limited to 'passes/techmap/shregmap.cc')
-rw-r--r--passes/techmap/shregmap.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc
index 75eedfbcc..21dfe9619 100644
--- 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
{