mirror of
				https://github.com/Klagarge/Cursor.git
				synced 2025-10-31 14:09:17 +00:00 
			
		
		
		
	Initial commit
This commit is contained in:
		| @@ -0,0 +1,18 @@ | ||||
| FILE_NAMING_RULE: %(entity_name)_pkg.vhd | ||||
| DESCRIPTION_START | ||||
| This is the default template used for the creation of VHDL Package Header files. | ||||
| Template supplied by Mentor Graphics. | ||||
| DESCRIPTION_END | ||||
| -- | ||||
| -- VHDL Package Header %(library).%(unit) | ||||
| -- | ||||
| -- Created: | ||||
| --          by - %(user).%(group) (%(host)) | ||||
| --          at - %(time) %(date) | ||||
| -- | ||||
| -- using Mentor Graphics HDL Designer(TM) %(version) | ||||
| -- | ||||
| LIBRARY ieee; | ||||
| USE ieee.std_logic_1164.all; | ||||
| PACKAGE %(entity_name) IS | ||||
| END %(entity_name); | ||||
		Reference in New Issue
	
	Block a user