Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhat should i do to those propogation delays form the real hardware ? They are completely changing behavior of my code. I will use this code as a part of another circuit , and at the begining with the asyncset input set as 0 , my code should produce negatives of X port that is connected to a pushbutton.
Pushbutton provides a high logic level when depressed. https://www.alteraforum.com/forum/attachment.php?attachmentid=9821 But as you see form the timing sim and as i saw form also the terasic D0 board it doesn't work properly. As for timing sim. setups ; clk freq. is 50Mhz (20ns) because terasic D0 has a clock signal of 50 Mhz. And i designate other frequencies respect to the main clock in order to see all possible inputs and outputs. Period of X is 80 ns and asyncset is 320ns Is it a necessity to write a test bench at least for this simple code?