Skip to content
Snippets Groups Projects

Resolve L2SDP-253

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

Closes L2SDP-253

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
1034 1020 hdr_fields_in_arr => nw_10GbE_hdr_fields_in_arr
1035 1021 );
1036 1022 END GENERATE;
1023
1024 -----------------------------------------------------------------------------
1025 -- Interface : 10GbE
  • 227 249 );
    228 250
    229 251 ---------------------------------------------------------------
    230 252 -- MM master multiplexer
    231 253 ---------------------------------------------------------------
    232 -- Not yet implemented
    254 -- Connect 2 mm_masters to the common_mem_mux output
    255 master_mosi_arr(0) <= ram_st_bst_mosi; -- MM access via QSYS MM bus
    256 ram_st_bst_miso <= master_miso_arr(0);
    257 master_mosi_arr(1) <= ram_st_offload_mosi; -- MM access by SST offload
    258 ram_st_offload_miso <= master_miso_arr(1);
    259
    260 u_mem_master_mux : ENTITY mm_lib.mm_master_mux
    261 GENERIC MAP (
    262 g_nof_masters => c_nof_masters,
    263 g_rd_latency_min => 1 -- TODO, make constant and check if value is right
  • added 1 commit

    Compare with previous version

  • Eric Kooistra mentioned in commit 3a3d8b58

    mentioned in commit 3a3d8b58

  • merged

  • Please register or sign in to reply
    Loading