mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
parent
853f4bb3c6
commit
a14dec79eb
57 changed files with 7792 additions and 2 deletions
|
@ -1607,12 +1607,14 @@ struct CdPass : public Pass {
|
|||
log("with the specified name in the current module, then this is equivalent\n");
|
||||
log("to 'cd <celltype>'.\n");
|
||||
log("\n");
|
||||
log("\n");
|
||||
log(" cd ..\n");
|
||||
log("\n");
|
||||
log("Remove trailing substrings that start with '.' in current module name until\n");
|
||||
log("the name of a module in the current design is generated, then switch to that\n");
|
||||
log("module. Otherwise clear the current selection.\n");
|
||||
log("\n");
|
||||
log("\n");
|
||||
log(" cd\n");
|
||||
log("\n");
|
||||
log("This is just a shortcut for 'select -clear'.\n");
|
||||
|
|
|
@ -2014,7 +2014,7 @@ struct SimPass : public Pass {
|
|||
log(" -r\n");
|
||||
log(" read simulation results file\n");
|
||||
log(" File formats supported: FST, VCD, AIW and WIT\n");
|
||||
log(" VCD support requires vcd2fst external tool to be present\n");
|
||||
log(" VCD support requires vcd2fst external tool to be present\n");
|
||||
log("\n");
|
||||
log(" -map <filename>\n");
|
||||
log(" read file with port and latch symbols, needed for AIGER witness input\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue