Commit 71c61ae0 authored by Tristan Gingold's avatar Tristan Gingold

Update vme-bridge

And minor cleanup
parent 55589ae5
vme-bridge @ e529102a
Subproject commit e7a564562672859b5552dcf0973ec44cb6030370
Subproject commit e529102a1c05540a68588ebd74f8dd8e9ff4722a
......@@ -295,8 +295,6 @@ BEGIN
startup_rst <= pll_locked_inv;
wbso_4.err <= '0';
wbmo_0.bte <= "00";
wbmo_2.bte <= "00";
fpga_test(1) <= 'Z';
fpga_test(2) <= 'Z';
......
......@@ -242,6 +242,7 @@ BEGIN
);
-- sf for slave #4:
-- TODO: fix freeze when switch_fab_2 is used
sf_4: entity work.switch_fab_3
GENERIC MAP (
registered => FALSE
......
......@@ -109,7 +109,6 @@ PACKAGE wb_pkg IS
dat : std_logic_vector(31 DOWNTO 0);
tga : std_logic_vector(8 DOWNTO 0);
cti : std_logic_vector(2 DOWNTO 0);
bte : std_logic_vector(1 DOWNTO 0);
END record;
TYPE wbi_type IS record
......@@ -1285,7 +1284,6 @@ PACKAGE BODY wb_pkg IS
wbi_slave.sel <= wbo_0.sel;
wbi_slave.we <= wbo_0.we;
wbi_slave.cti <= wbo_0.cti;
wbi_slave.bte <= wbo_0.bte;
wbi_slave.tga <= wbo_0.tga;
END switch_fab;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment