diff options
Diffstat (limited to 'passes/techmap/insbuf.cc')
-rw-r--r-- | passes/techmap/insbuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/insbuf.cc b/passes/techmap/insbuf.cc index 5e26b0a18..0686c0f2b 100644 --- a/passes/techmap/insbuf.cc +++ b/passes/techmap/insbuf.cc @@ -41,7 +41,7 @@ struct InsbufPass : public Pass { { log_header(design, "Executing INSBUF pass (insert buffer cells for connected wires).\n"); - IdString celltype = "$_BUF_", in_portname = ID::A, out_portname = ID::Y; + IdString celltype = ID($_BUF_), in_portname = ID::A, out_portname = ID::Y; size_t argidx; for (argidx = 1; argidx < args.size(); argidx++) |