dalance opened this issue 3 months ago · 0 comments
o is unassigned warning occurs in the following code.
o is unassigned
module ModuleA::<S> () { var o: logic; inst u: ModuleB::<S> ( o , ); } module ModuleB::<S> ( o: output logic, ) { assign o = 0; }