-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Based numbers in a mangled path are not escaped.
Example
Veryl
module ModuleA::<W: u32> {
}
module ModuleB {
inst u_a: ModuleA::<32'd0>;
}Generated SV
module project___ModuleA__32'd0;
endmodule
module project_ModuleB;
project___ModuleA__32'd0 u_a ();
endmodule
//# sourceMappingURL=input.sv.mapMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working