mirror of https://github.com/YosysHQ/yosys.git
smtr: Fix help text
Can't take both [selection] and [filename] optional arguments.
This commit is contained in:
parent
f4c7377ac1
commit
7698dfba5e
|
@ -267,7 +267,7 @@ struct FunctionalSmtrBackend : public Backend {
|
||||||
void help() override {
|
void help() override {
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" write_functional_rosette [options] [selection] [filename]\n");
|
log(" write_functional_rosette [options] [filename]\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("Functional Rosette Backend.\n");
|
log("Functional Rosette Backend.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
Loading…
Reference in New Issue