Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTheese statements,
--- Quote Start --- wr_i_q <=#Tp wr_i; rd_i_q <=#Tp rd_i; --- Quote End --- produce a delay of Tp simulation cycles in the assignment . it's just for simulation. If it's necessary introduce some wait states, you can do it with a counter that sets cs more than one clock cycle. I'm pretty sure you can do simply this; --- Quote Start --- assign cs = cs_can_i; --- Quote End --- because, i guess you don't manipulate external hardware slower than FPGA.