Closed bocchino closed 1 year ago
Here is a test case:
module M { port P(s: string) } passive component C { output port p: M.P }
In the C++ code for the component, the namespace prefix M:: doesn't make it into the type of the parameter of p_out.
M::
p_out
Here is a test case:
In the C++ code for the component, the namespace prefix
M::
doesn't make it into the type of the parameter ofp_out
.