Commit 19318a70 authored by Tristan Gingold's avatar Tristan Gingold

Remove trailing spaces, fix max line length.

parent 4afd6871
......@@ -483,7 +483,7 @@ begin
s_dataPhase <= '0';
end if;
if s_DS_latch_count = 0 then
if s_DS_latch_count = 0 or s_transferType = MBLT then
if s_irq_sel = '1' then
s_mainFSMstate <= DATA_TO_BUS;
elsif s_transferType = MBLT and s_MBLT_Data = '0' then
......
......@@ -95,6 +95,7 @@ package xvme64x_core_pkg is
g_END_USER_CSR : std_logic_vector(23 downto 0) := x"07ff5f";
g_BEG_SN : std_logic_vector(23 downto 0) := x"000000";
g_END_SN : std_logic_vector(23 downto 0) := x"000000";
g_F0_ADEM : std_logic_vector( 31 downto 0) := x"ff000000";
g_F0_AMCAP : std_logic_vector( 63 downto 0) := x"00000000_0000bb00";
g_F0_DAWPR : std_logic_vector( 7 downto 0) := x"84";
......
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