Skip to content
Snippets Groups Projects
Commit b69c671e authored by Pepping's avatar Pepping
Browse files

Renamed reg/ram_diag_data_buf to buffer

Connected the eth1_tse_clk
parent c99ab088
No related branches found
No related tags found
No related merge requests found
...@@ -303,9 +303,9 @@ BEGIN ...@@ -303,9 +303,9 @@ BEGIN
PORT MAP(mm_rst, mm_clk, eth1g_reg_mosi, eth1g_reg_miso ); PORT MAP(mm_rst, mm_clk, eth1g_reg_mosi, eth1g_reg_miso );
u_mm_file_eth1g_tse : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "ETH1G_TSE") u_mm_file_eth1g_tse : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "ETH1G_TSE")
PORT MAP(mm_rst, mm_clk, eth1g_tse_mosi, eth1g_tse_miso ); PORT MAP(mm_rst, mm_clk, eth1g_tse_mosi, eth1g_tse_miso );
u_mm_file_reg_diag_data_buf : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_DIAG_DATA_BUF") u_mm_file_reg_diag_data_buf : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_DIAG_DATA_BUFFER")
PORT MAP(mm_rst, mm_clk, reg_diag_data_buf_mosi, reg_diag_data_buf_miso ); PORT MAP(mm_rst, mm_clk, reg_diag_data_buf_mosi, reg_diag_data_buf_miso );
u_mm_file_ram_diag_data_buf : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "RAM_DIAG_DATA_BUF") u_mm_file_ram_diag_data_buf : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "RAM_DIAG_DATA_BUFFER")
PORT MAP(mm_rst, mm_clk, ram_diag_data_buf_mosi, ram_diag_data_buf_miso ); PORT MAP(mm_rst, mm_clk, ram_diag_data_buf_mosi, ram_diag_data_buf_miso );
u_mm_file_reg_diag_bg : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_DIAG_BG") u_mm_file_reg_diag_bg : mm_file GENERIC MAP(mmf_unb_file_prefix(g_sim_unb_nr, c_sim_node_nr, c_sim_node_type) & "REG_DIAG_BG")
PORT MAP(mm_rst, mm_clk, reg_diag_bg_mosi, reg_diag_bg_miso ); PORT MAP(mm_rst, mm_clk, reg_diag_bg_mosi, reg_diag_bg_miso );
...@@ -359,7 +359,7 @@ BEGIN ...@@ -359,7 +359,7 @@ BEGIN
PORT MAP( PORT MAP(
clk_in_clk => mm_clk, clk_in_clk => mm_clk,
eth1g_irq_export => eth1g_reg_interrupt, eth1g_irq_export => eth1g_reg_interrupt,
eth1g_mm_clk_export => OPEN, eth1g_mm_clk_export => eth1g_tse_clk,
eth1g_mm_rst_export => eth1g_mm_rst, eth1g_mm_rst_export => eth1g_mm_rst,
eth1g_ram_address_export => eth1g_ram_mosi.address(9 DOWNTO 0), eth1g_ram_address_export => eth1g_ram_mosi.address(9 DOWNTO 0),
eth1g_ram_read_export => eth1g_ram_mosi.rd, eth1g_ram_read_export => eth1g_ram_mosi.rd,
......
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