Forum Discussion
Altera_Forum
Honored Contributor
14 years agoVHDL/Modelsim bug?
Hello, i have two modules sending signal to each other, one module has the following code when WAIT_REQ_DATA =>
-- Wait for a requisition from the Goertzel module
if req_data = '...
Altera_Forum
Honored Contributor
14 years agoBoth modules are recieving the same clock input (50 mhz) directly from the pin.
Data_ready_in is an input that is connected in the get_data_reg_next from my second module
when INCREMENT =>
-- Increment signals for processing
data_output_reg_next <= acc_reg;
data_ready_reg_next <= '1';
and it goes to zero one state after..