Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
LIBRARY ieee;
|
||||
USE ieee.std_logic_1164.all;
|
||||
USE ieee.numeric_std.all;
|
||||
|
||||
PACKAGE beamerTest_pck IS
|
||||
|
||||
function trim_X (arg : signed) return signed;
|
||||
|
||||
END beamerTest_pck;
|
||||
Reference in New Issue
Block a user