3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

smtr: Fix help text

Can't take both [selection] and [filename] optional arguments.
This commit is contained in:
Krystine Sherwin 2025-01-06 14:31:50 +13:00
parent f4c7377ac1
commit 7698dfba5e
No known key found for this signature in database

View file

@ -267,7 +267,7 @@ struct FunctionalSmtrBackend : public Backend {
void help() override {
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log(" write_functional_rosette [options] [selection] [filename]\n");
log(" write_functional_rosette [options] [filename]\n");
log("\n");
log("Functional Rosette Backend.\n");
log("\n");