Commit c3d44ce4 authored by Tom Levens's avatar Tom Levens

Cleanup alignment of code

Signed-off-by: Tom Levens's avatarTom Levens <tom.levens@cern.ch>
parent 45cb91f4
......@@ -106,7 +106,7 @@ entity vme_cr_csr_space is
g_MANUFACTURER_ID : std_logic_vector(23 downto 0);
g_BOARD_ID : std_logic_vector(31 downto 0);
g_REVISION_ID : std_logic_vector(31 downto 0);
g_PROGRAM_ID : std_logic_vector(7 downto 0);
g_PROGRAM_ID : std_logic_vector( 7 downto 0);
g_ASCII_PTR : std_logic_vector(23 downto 0);
g_BEG_USER_CR : std_logic_vector(23 downto 0);
g_END_USER_CR : std_logic_vector(23 downto 0);
......
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