Initial commit
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
ARCHITECTURE studentVersion OF interpolatorShiftRegister IS
|
||||
BEGIN
|
||||
sample1 <= (others => '0');
|
||||
sample2 <= (others => '0');
|
||||
sample3 <= (others => '0');
|
||||
sample4 <= (others => '0');
|
||||
END ARCHITECTURE studentVersion;
|
Reference in New Issue
Block a user