Skip to content
Snippets Groups Projects
Commit b8bf767b authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-206, changed after warning in quartus.

parent ac34f2fd
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!70Resolve L2SDP-206
...@@ -122,7 +122,7 @@ BEGIN ...@@ -122,7 +122,7 @@ BEGIN
mux_mosi <= master_mosi_arr(index); mux_mosi <= master_mosi_arr(index);
-- Multiplex slave read response -- Multiplex slave read response
p_miso : PROCESS(mux_miso, index) p_miso : PROCESS(mux_miso, index, index_hold)
BEGIN BEGIN
master_miso_arr <= (OTHERS=>mux_miso); -- default assign to all, to avoid latches master_miso_arr <= (OTHERS=>mux_miso); -- default assign to all, to avoid latches
FOR I IN 0 TO g_nof_masters-1 LOOP FOR I IN 0 TO g_nof_masters-1 LOOP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment