From 5dce6379aa7e3a89b58efb60db21f34343ee089d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 17 Sep 2013 13:07:12 +0200 Subject: Improvements in EDIF backend --- backends/blif/blif.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/blif/blif.cc') diff --git a/backends/blif/blif.cc b/backends/blif/blif.cc index dfc3c868..0fd03389 100644 --- a/backends/blif/blif.cc +++ b/backends/blif/blif.cc @@ -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"); -- cgit v1.2.3