Hi,
I have a module. My module has two port: sc_in_clk SCKi
sc_in<sc_bv<12>> RXDi
and has a process: SC_THREAD(do_thread)
sensitive << RXDi;
In sc_main I will do: RXDi.write("111111111111");
Now I want to implement do_thread to data on RXDi will delay in 16-cycles of SCKi.
Please help me,
thanks,
VanTeo