3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Progress on AppNote 011

This commit is contained in:
Clifford Wolf 2013-11-29 16:42:49 +01:00
parent e23a0072ec
commit 7295b25955
6 changed files with 110 additions and 16 deletions

View file

@ -1036,6 +1036,10 @@ struct LsPass : public Pass {
log("\n");
log("If a pattern is given, the objects matching the pattern are printed\n");
log("\n");
log("Note that this command does not use the selection mechanism and always operates\n");
log("on the whole design or whole active module. Use 'select -list' to show a list\n");
log("of currently selected objects.\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
{