modify indent

This commit is contained in:
Markus Fröschle
2016-01-17 20:39:25 +00:00
parent 21a4a80fb7
commit b9c3ec9366
2 changed files with 19 additions and 19 deletions

Binary file not shown.

View File

@@ -2,7 +2,7 @@ LIBRARY ieee;
USE ieee.std_logic_1164.all; USE ieee.std_logic_1164.all;
USE ieee.numeric_std.all; USE ieee.numeric_std.all;
ENTITY flexbus_register IS ENTITY flexbus_register IS
GENERIC GENERIC
( (
reg_width : integer := 11; reg_width : integer := 11;
@@ -20,7 +20,7 @@ LIBRARY ieee;
data : OUT std_logic_vector(reg_width - 1 DOWNTO 0); data : OUT std_logic_vector(reg_width - 1 DOWNTO 0);
cs : OUT std_logic := '0' cs : OUT std_logic := '0'
); );
END ENTITY flexbus_register; END ENTITY flexbus_register;
ARCHITECTURE rtl OF flexbus_register IS ARCHITECTURE rtl OF flexbus_register IS
SIGNAL fbcs_match : std_logic; SIGNAL fbcs_match : std_logic;