6 lines
117 B
VHDL
6 lines
117 B
VHDL
ARCHITECTURE studentVersion OF sawtoothGen IS
|
|
BEGIN
|
|
sawtooth <= (others => '0');
|
|
END ARCHITECTURE studentVersion;
|
|
|