Forgot signal keywords

This commit is contained in:
Yannick Reiß 2024-01-31 14:54:08 +01:00
parent 18010b4821
commit 4385bc6dcc
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ entity I2C is
end I2C; end I2C;
architecture Implementation of I2C is architecture Implementation of I2C is
Clk100k : std_logic := '0'; signal Clk100k : std_logic := '0';
Clk100Counter : std_logic_vector(10 downto 0) := (others => '0'); signal Clk100Counter : std_logic_vector(10 downto 0) := (others => '0');
begin begin