diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-11-10 17:10:23 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-11-10 17:10:23 +0100 |
| commit | 97ea7b4d15504f6826d8ccec7383a5c4f7ea47d0 (patch) | |
| tree | 5b8202625a53171f499b3b29c6c74340e4314ede /blink/blink.srcs/sources_1 | |
| parent | 9ceab8dbefe658b9938b0ed12b50492304fcce3a (diff) | |
WIP week 2
Diffstat (limited to 'blink/blink.srcs/sources_1')
| -rw-r--r-- | blink/blink.srcs/sources_1/main.vhd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blink/blink.srcs/sources_1/main.vhd b/blink/blink.srcs/sources_1/main.vhd index 12aff02..b6d1500 100644 --- a/blink/blink.srcs/sources_1/main.vhd +++ b/blink/blink.srcs/sources_1/main.vhd @@ -9,7 +9,9 @@ entity main is led : out STD_LOGIC); end main; -architecture Behavioral of main is signal count: STD_LOGIC_VECTOR(24 downto 0); +architecture Behavioral of main is signal + +count: STD_LOGIC_VECTOR(24 downto 0); begin process(clk) begin |