Skip to content
Snippets Groups Projects
Commit 761cb791 authored by BRONES Romain's avatar BRONES Romain
Browse files

chore:Changing axi port name

parent 93d917ad
Branches
Tags
No related merge requests found
...@@ -54,8 +54,8 @@ entity top_combpm_electron is ...@@ -54,8 +54,8 @@ entity top_combpm_electron is
-- AXI bus interface -- AXI bus interface
s_axi_aclk : in std_logic; s_axi_aclk : in std_logic;
pi_s_top : in t_combpm_m2s; s_axi_m2s : in t_combpm_m2s;
po_s_top : out t_combpm_s2m s_axi_s2m : out t_combpm_s2m
); );
end top_combpm_electron; end top_combpm_electron;
...@@ -144,8 +144,8 @@ begin ...@@ -144,8 +144,8 @@ begin
port map( port map(
pi_clock => s_axi_aclk, pi_clock => s_axi_aclk,
pi_reset => sync_reset, pi_reset => sync_reset,
pi_s_top => pi_s_top, pi_s_top => s_axi_m2s,
po_s_top => po_s_top, po_s_top => s_axi_s2m,
pi_addrmap => addrmap_w, pi_addrmap => addrmap_w,
po_addrmap => addrmap_r po_addrmap => addrmap_r
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment