5 lines
134 B
VHDL
5 lines
134 B
VHDL
|
ARCHITECTURE studentVersion OF interpolatorCalculatePolynom IS
|
||
|
BEGIN
|
||
|
sampleOut <= (others => '0');
|
||
|
END ARCHITECTURE studentVersion;
|