Skip to content
Snippets Groups Projects
Commit 4784881f authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added c_dp_sosi_init with all zeros, to prepare for changing c_dp_sosi_rst to...

Added c_dp_sosi_init with all zeros, to prepare for changing c_dp_sosi_rst to have dont care slv info and data fields.
parent f93fcc77
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ PACKAGE dp_stream_pkg Is ...@@ -86,6 +86,7 @@ PACKAGE dp_stream_pkg Is
CONSTANT c_dp_siso_hold : t_dp_siso := ('0', '1'); CONSTANT c_dp_siso_hold : t_dp_siso := ('0', '1');
CONSTANT c_dp_siso_rdy : t_dp_siso := ('1', '1'); CONSTANT c_dp_siso_rdy : t_dp_siso := ('1', '1');
CONSTANT c_dp_siso_flush : t_dp_siso := ('1', '0'); CONSTANT c_dp_siso_flush : t_dp_siso := ('1', '0');
CONSTANT c_dp_sosi_init : t_dp_sosi := ('0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), '0', '0', '0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'));
CONSTANT c_dp_sosi_rst : t_dp_sosi := ('0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), '0', '0', '0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0')); CONSTANT c_dp_sosi_rst : t_dp_sosi := ('0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'), '0', '0', '0', (OTHERS=>'0'), (OTHERS=>'0'), (OTHERS=>'0'));
CONSTANT c_dp_sosi_x : t_dp_sosi := ('X', (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X'), 'X', 'X', 'X', (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X')); CONSTANT c_dp_sosi_x : t_dp_sosi := ('X', (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X'), 'X', 'X', 'X', (OTHERS=>'X'), (OTHERS=>'X'), (OTHERS=>'X'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment