Missing doc for -tech xilinx in shregmap

This commit is contained in:
Eddie Hung 2019-06-05 14:21:44 -07:00
parent a3a80b755c
commit fd8ef128bf
1 changed files with 3 additions and 0 deletions

View File

@ -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
{