aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontend/frontend_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend_base.h b/frontend/frontend_base.h
index 45847e21..df562c9a 100644
--- a/frontend/frontend_base.h
+++ b/frontend/frontend_base.h
@@ -446,7 +446,7 @@ template <typename FrontendType> struct GenericFrontend
NetInfo *net;
if (impl.is_vector_bit_constant(bits, i)) {
// Create a constant driver if one is needed
- net = create_constant_net(m, name + "." + port_bit_name + "$const",
+ net = create_constant_net(m, inst_name.str(ctx) + "." + port_bit_name + "$const",
impl.get_vector_bit_constval(bits, i));
} else {
// Otherwise, lookup (creating if needed) the net with this index