Quantcast
Channel: SystemC Language Forum RSS Feed
Viewing all articles
Browse latest Browse all 595

delay data on sc_in with clock

$
0
0

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

 


Viewing all articles
Browse latest Browse all 595

Trending Articles