Creato modulo CarryLookAhead

This commit is contained in:
2019-08-29 18:08:25 +02:00
parent f4f0989ac4
commit f8ee1d5e27
13 changed files with 224 additions and 117 deletions

View File

@@ -22,7 +22,7 @@ begin
G_BUS <= N(30 downto 23);
T_BUS <= N(22 downto 0);
G_compute: process (G_BUS)
G_PROCESS : process (G_BUS)
variable G_TMP : std_logic;
@@ -38,7 +38,7 @@ begin
end process;
T_compute: process (T_BUS)
T_PROCESS : process (T_BUS)
variable T_TMP : std_logic;