mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 00:53:26 +00:00
Improvements in EDIF backend
This commit is contained in:
parent
dc767d4e4c
commit
5dce6379aa
2 changed files with 41 additions and 2 deletions
|
@ -215,7 +215,7 @@ struct BlifBackend : public Backend {
|
|||
log("\n");
|
||||
log(" -subckt\n");
|
||||
log(" do not translate Yosys's internal gates to generic BLIF logic\n");
|
||||
log(" functions. Instead create .subckt lines for for all cells.\n");
|
||||
log(" functions. Instead create .subckt lines for all cells.\n");
|
||||
log("\n");
|
||||
log(" -conn\n");
|
||||
log(" do not generate buffers for connected wires. instead use the\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue