Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- For the 1st question, I will faced the Q is multiple drivers problem if i process there.. Actually i just wan to add on 1 statement in my coding which is " if rising_edge(clk) then Q <= D" I just have a try to have a process statement in my coding and i don't know where should i put the process statement. Any suggestion?? --- Quote End --- Keep the process - get rid of the logic version (or have a separate output for it). You description of a D-type with a process is correct. --- Quote Start --- For the 2nd question, testbench are not written. I just go the simulator settings to set the simulation mode to "functional" and start the vector waveform simulation. --- Quote End --- What simulator are you using?