Skip to content
Snippets Groups Projects

added tb for dp_sync_recover and added restart signal to bsn_source_v2

Merged Reinier van der Walle requested to merge L2SDP-373 into master
2 unresolved threads

that is used by dp_sync_recover

Closes L2SDP-373

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Eric Kooistra
  • Eric Kooistra
  • Reinier van der Walle resolved all threads

    resolved all threads

  • added 1 commit

    • 73b66c59 - processed review comments; Improved dp_sync_recover restart process.

    Compare with previous version

  • 49 52 dp_clk : IN STD_LOGIC;
    50 53
    51 54 in_sosi : IN t_dp_sosi := c_dp_sosi_rst;
    52 val : IN STD_LOGIC; -- valid at the output
    55 val : IN STD_LOGIC; -- desired valid of the output
  • 60 63 ARCHITECTURE rtl OF dp_sync_recover IS
    61 64
    62 65 TYPE t_reg IS RECORD -- local registers
    63 bsn_at_sync : STD_LOGIC_VECTOR(c_dp_stream_bsn_w -1 DOWNTO 0);
    64 data_cnt : NATURAL RANGE 0 TO g_nof_data_per_block;
    65 out_bsn : STD_LOGIC_VECTOR(c_dp_stream_bsn_w -1 DOWNTO 0);
    66 out_sosi : t_dp_sosi;
    66 bsn_at_sync : STD_LOGIC_VECTOR(c_dp_stream_bsn_w -1 DOWNTO 0);
    67 bsn_before_restart : STD_LOGIC_VECTOR(c_dp_stream_bsn_w -1 DOWNTO 0);
    68 bsn_at_restart : STD_LOGIC_VECTOR(c_dp_stream_bsn_w -1 DOWNTO 0);
  • added 1 commit

    • 6dd7c1c4 - renamed val to recover val and added comment

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • mentioned in commit f2969793

  • Please register or sign in to reply
    Loading