fixed formatting
This commit is contained in:
@@ -262,7 +262,7 @@ begin
|
|||||||
'1' when FB_SIZE(1) = '1' and FB_SIZE(0) = '0' and FB_ADR(1) = '1' else -- Low word.
|
'1' when FB_SIZE(1) = '1' and FB_SIZE(0) = '0' and FB_ADR(1) = '1' else -- Low word.
|
||||||
'1' when FB_ADR(1 downto 0) = "11" else '0'; -- Byte 3.
|
'1' when FB_ADR(1 downto 0) = "11" else '0'; -- Byte 3.
|
||||||
|
|
||||||
-- 16 std_logic selectors:
|
-- 16 bit selectors:
|
||||||
FB_16B(0) <= not FB_ADR(0);
|
FB_16B(0) <= not FB_ADR(0);
|
||||||
FB_16B(1) <= '1'when FB_ADR(0) = '1' else
|
FB_16B(1) <= '1'when FB_ADR(0) = '1' else
|
||||||
'1' when FB_SIZE(1) = '0' and FB_SIZE(0) = '0' else -- No byte.
|
'1' when FB_SIZE(1) = '0' and FB_SIZE(0) = '0' else -- No byte.
|
||||||
|
|||||||
Reference in New Issue
Block a user