mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 11:58:32 +00:00
Fix spacing from spaces to tabs
This commit is contained in:
parent
7395a80690
commit
2b350401c4
1 changed files with 317 additions and 317 deletions
|
@ -398,7 +398,7 @@ struct AigerFrontend : public Frontend {
|
||||||
log("Load module from an AIGER file into the current design.\n");
|
log("Load module from an AIGER file into the current design.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -module_name <module_name>\n");
|
log(" -module_name <module_name>\n");
|
||||||
log(" Name of module to be created (default: <filename>)"
|
log(" Name of module to be created (default: "
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
"top" // FIXME
|
"top" // FIXME
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue