5 lines
119 B
VHDL
5 lines
119 B
VHDL
|
ARCHITECTURE studentVersion OF sawtoothToSquare IS
|
||
|
BEGIN
|
||
|
square <= (others => '0');
|
||
|
END ARCHITECTURE studentVersion;
|