mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
fixed a warning in counter VHDL template
This commit is contained in:
parent
c611dfb0cf
commit
b685d42ee5
@ -14,7 +14,7 @@ end DIG_Counter;
|
||||
architecture DIG_Counter_arch of DIG_Counter is
|
||||
signal count : {{data}} := {{zero}};
|
||||
begin
|
||||
process (PORT_C, PORT_clr)
|
||||
process (PORT_C, PORT_clr, PORT_en)
|
||||
begin
|
||||
if PORT_clr='1' then
|
||||
count <= {{zero}};
|
||||
|
Loading…
x
Reference in New Issue
Block a user