3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Update help message

This commit is contained in:
Eddie Hung 2019-04-22 11:38:23 -07:00
parent 0e76718720
commit ec88129a5c

View file

@ -108,7 +108,7 @@ struct SynthXilinxPass : public Pass
log(" techmap -map +/xilinx/drams_map.v\n"); log(" techmap -map +/xilinx/drams_map.v\n");
log("\n"); log("\n");
log(" fine:\n"); log(" fine:\n");
log(" opt -fast -full\n"); log(" opt -fast\n");
log(" memory_map\n"); log(" memory_map\n");
log(" dffsr2dff\n"); log(" dffsr2dff\n");
log(" dff2dffe\n"); log(" dff2dffe\n");