3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-14 01:46:16 +00:00

Merge remote-tracking branch 'origin/eddie/muxpack' into xc7mux

This commit is contained in:
Eddie Hung 2019-06-06 14:06:59 -07:00
commit eaee250a6e
23 changed files with 819 additions and 12 deletions

View file

@ -723,6 +723,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
{