mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Add missing "[options]" to read_blif help
This commit is contained in:
parent
fb8ad440a3
commit
391ec75b07
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ struct BlifFrontend : public Frontend {
|
||||||
{
|
{
|
||||||
// |---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(" read_blif [filename]\n");
|
log(" read_blif [options] [filename]\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("Load modules from a BLIF file into the current design.\n");
|
log("Load modules from a BLIF file into the current design.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue