3
0
Fork 0
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:
Clifford Wolf 2013-09-17 13:07:12 +02:00
parent dc767d4e4c
commit 5dce6379aa
2 changed files with 41 additions and 2 deletions

View file

@ -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");