aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backends/jny/jny.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/jny/jny.cc b/backends/jny/jny.cc
index 8025d42d2..1cbfaaddc 100644
--- a/backends/jny/jny.cc
+++ b/backends/jny/jny.cc
@@ -302,7 +302,7 @@ struct JnyWriter
const auto _indent = gen_indent(indent_level);
f << _indent << "{\n";
- f << stringf(" %s\"type\": %s,\n", _indent.c_str(), sort.first.c_str());
+ f << stringf(" %s\"type\": \"%s\",\n", _indent.c_str(), sort.first.c_str());
f << _indent << " \"ports\": [\n";
write_cell_ports(port_cell, indent_level + 2);