mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-20 03:27:08 -04:00
16 lines
257 B
VHDL
16 lines
257 B
VHDL
--
|
|
----- PACKAGE global -----
|
|
--
|
|
LIBRARY ieee;
|
|
USE ieee.std_logic_1164.all;
|
|
|
|
PACKAGE global IS
|
|
SIGNAL gsrnet: std_logic := 'H';
|
|
SIGNAL purnet: std_logic := 'H';
|
|
SIGNAL tsallnet: std_logic := 'H';
|
|
END global;
|
|
|
|
PACKAGE BODY global IS
|
|
END global;
|
|
|
|
|