Skip to content
Snippets Groups Projects
Commit 42469e0d authored by Jan Oudman's avatar Jan Oudman
Browse files

Added the files in continued development from previous STAT-314 into L2SDP-88 branch

parent 75aad013
Branches
Tags
2 merge requests!43Master,!21Resolve L2SDP-88
...@@ -101,6 +101,7 @@ BEGIN ...@@ -101,6 +101,7 @@ BEGIN
-- . out : bin_reader_mosi (latency: 0) -- . out : bin_reader_mosi (latency: 0)
-- . out : bin_reader_mosi_pp (latency: 2) -- . out : bin_reader_mosi_pp (latency: 2)
-- - out : rd_cnt_allowed_pp (latency: 2) -- - out : rd_cnt_allowed_pp (latency: 2)
-- . out : dp_pipeline_src_out_pp (latency: 2)
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
bin_reader_mosi.rd <= snk_in.valid; -- when 1, count allowed bin_reader_mosi.rd <= snk_in.valid; -- when 1, count allowed
bin_reader_mosi.address(c_adr_w-1 DOWNTO 0) <= snk_in.data(g_in_data_w-1 DOWNTO c_adr_low); bin_reader_mosi.address(c_adr_w-1 DOWNTO 0) <= snk_in.data(g_in_data_w-1 DOWNTO c_adr_low);
......
...@@ -122,7 +122,7 @@ BEGIN ...@@ -122,7 +122,7 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Source: stimuli -- Source: stimuli
-- st_histogram_snk_in.data counter or toggle stimuli -- st_histogram_snk_in.data counter or toggle or same_rw stimuli
-- .valid with or without gap's in valid stimuli -- .valid with or without gap's in valid stimuli
-- .sync sync stimuli -- .sync sync stimuli
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment