commit | 1b2a9ed3b55acb4b2161d1c479b63de36a6ce328 | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:37:50 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:37:50 2021 +0200 |
tree | a55828cecab09d974c8af6bb64eb149b42b45a3b | |
parent | 395c674173002717ccac37822f5eb00c8ad4aa4b [diff] |
Fixed escape
diff --git a/scripts/cells.pl b/scripts/cells.pl index 5f9f15e..6afa65d 100644 --- a/scripts/cells.pl +++ b/scripts/cells.pl
@@ -56,7 +56,7 @@ print " \`ifdef USE_POWER_PINS\n"; print " inout vdd, // cell power supply\n"; print " inout gnd // cell ground supply\n"; - print " \'endif\n"; + print " \`endif\n"; print ");\n"; print "endmodule\n\n"; }