Forum Discussion
Altera_Forum
Honored Contributor
12 years agoOk, by testbench code do you mean a TCL script
Here is the Testbench code: restart -f set dureetest 10000 I'll try to change the code without using rising and falling edges. force -deposit sim:/testbatch3pllstatemcompteur/\\compteur_moyen_deph|s_nb_deph\\ 00000000 0 force -deposit sim:/testbatch3pllstatemcompteur/\\compteur_moyen_deph|nb_deph\\ 00000000 0 force str_CLK_in1 0 0, 1 5ns -r 10ns force str_arazb 1 0 force str_En_enteteRx 0 0, 1 90ns force str_EnteteRx_NbDephase 00110000 0 force str_out_flag_finmoyennage 0 0, 1 140ns -r 150ns view wave run [expr $dureetest]us I'll try to change the code without using rising and falling edges and run a simulation.