Forum Discussion
Altera_Forum
Honored Contributor
14 years agoLaboratory Exercise 12
Hello, I need a help to solve the first part of exercise 12, Basic Digital Signal Processing. I'm using the libraries provided "lab12_design_files." Insert the following code in the correct ...
Altera_Forum
Honored Contributor
13 years agoHi, Whoua ! lots of trials.
Nice to get it works, you may be lucky. --- Quote Start --- I've tried making the process dependent on other signals. --- Quote End --- Mostly VHDL design employ process(reset_n, clock) and other combinational logics. The clocked process insure that the design IS SYNCHRONOUS. Making a design by using only combinational logics needs very (too) much rigorousness (to avoid glitches, latches, ringing....). I think 0.000000001% work with this. If you make the process dependent on other signals, you build combinational logics. :-( Maybe Read_ready and write_ready are asserted low !? Sometimes there are errors in manuals.