Hi Guys
Is it possible to connect sc_in<bool> hierarchically to another sc_in<bool> (same for sc_out<bool> as well) ?
I tried the attached exmples
ex1.cpp Error: (E109) complete binding failed: port not bound: port 'target.target_h.in' (sc_in)
ex2.cpp : Error: (E109) complete binding failed: 2 binds exceeds maximum of 1 allowed: port 'target.in_h' (sc_in)
Can you please help me ?
Thanks
Khushi
ex1.cpp
ex2.cpp