Files
lt16lab/soc/util/utils.vhd
Thomas Fehmel 657a54ba18 Initial Commit
2016-10-18 14:21:45 +02:00

15 lines
259 B
VHDL

-- See the file "LICENSE" for the full license governing this code. --
package lt16soc_utils is
--insert utility component and function declarations
end lt16soc_utils;
package body lt16soc_utils is
--insert utility function bodies
end lt16soc_utils;