Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_%(arch_name).psl
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of PSL Vunit (VHDL) files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- PSL Vunit(VHDL Syntax)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
|
||||
vunit %(view) (%(unit))
|
||||
{
|
||||
default clock IS ClockName;
|
||||
|
||||
}
|
@@ -0,0 +1,20 @@
|
||||
FILE_NAMING_RULE: %(unit).psl
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of PSL Vunit (Verilog) files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// PSL Vunit(Verilog Syntax)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
|
||||
vunit %(view) (%(unit))
|
||||
{
|
||||
default clock = ClockName;
|
||||
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
FILE_NAMING_RULE: c_file.c
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of C files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
/*
|
||||
* Created:
|
||||
* by - %(user).%(group) (%(host))
|
||||
* at - %(time) %(date)
|
||||
*
|
||||
* using Mentor Graphics HDL Designer(TM) %(version)
|
||||
*/
|
||||
|
@@ -0,0 +1,12 @@
|
||||
FILE_NAMING_RULE: afile.cpp
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of C++ files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
@@ -0,0 +1,18 @@
|
||||
FILE_NAMING_RULE: %(class_name).svh
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of Class files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Verilog class %(library).%(unit)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
%(classBody)
|
||||
// ### Please start your Verilog code here ###
|
||||
|
||||
endclass
|
@@ -0,0 +1,18 @@
|
||||
FILE_NAMING_RULE: %(interface_name).sv
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of Interface files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Verilog interface %(library).%(unit)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
%(interfaceBody)
|
||||
|
||||
// ### Please start your Verilog code here ###
|
||||
endinterface
|
@@ -0,0 +1,18 @@
|
||||
FILE_NAMING_RULE: %(package_name).sv
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of Package files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Verilog package %(library).%(unit)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
%(packageBody)
|
||||
// ### Please start your Verilog code here ###
|
||||
|
||||
endpackage
|
@@ -0,0 +1,18 @@
|
||||
FILE_NAMING_RULE: %(program_name).sv
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of program files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Verilog program %(library).%(unit)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
%(programBody)
|
||||
|
||||
// ### Please start your Verilog code here ###
|
||||
endprogram
|
@@ -0,0 +1,14 @@
|
||||
FILE_NAMING_RULE: include_filename.v
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of Verilog Include files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Include file %(library)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
@@ -0,0 +1,18 @@
|
||||
FILE_NAMING_RULE: %(module_name).v
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of Verilog Module files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
//
|
||||
// Verilog Module %(library).%(unit)
|
||||
//
|
||||
// Created:
|
||||
// by - %(user).%(group) (%(host))
|
||||
// at - %(time) %(date)
|
||||
//
|
||||
// using Mentor Graphics HDL Designer(TM) %(version)
|
||||
//
|
||||
%(moduleBody)
|
||||
// ### Please start your Verilog code here ###
|
||||
|
||||
endmodule
|
@@ -0,0 +1,15 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_%(arch_name).vhd
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of VHDL Architecture files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- VHDL Architecture %(library).%(unit).%(view)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
%(architecture)
|
@@ -0,0 +1,17 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_%(arch_name).vhd
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of combined VHDL Architecture and Entity files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- VHDL Architecture %(library).%(unit).%(view)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
%(entity)
|
||||
--
|
||||
%(architecture)
|
@@ -0,0 +1,19 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_%(arch_name)_config.vhd
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of VHDL Configuration files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- VHDL Configuration %(library).%(unit).%(view)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
CONFIGURATION %(entity_name)_config OF %(entity_name) IS
|
||||
FOR %(arch_name)
|
||||
END FOR;
|
||||
END %(entity_name)_config;
|
||||
|
@@ -0,0 +1,15 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_entity.vhd
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of VHDL Entity files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- VHDL Entity %(library).%(unit).%(view)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
%(entity)
|
@@ -0,0 +1,16 @@
|
||||
FILE_NAMING_RULE: %(entity_name)_pkg_body.vhd
|
||||
DESCRIPTION_START
|
||||
This is the default template used for the creation of VHDL Package Body files.
|
||||
Template supplied by Mentor Graphics.
|
||||
DESCRIPTION_END
|
||||
--
|
||||
-- VHDL Package Body %(library).%(unit)
|
||||
--
|
||||
-- Created:
|
||||
-- by - %(user).%(group) (%(host))
|
||||
-- at - %(time) %(date)
|
||||
--
|
||||
-- using Mentor Graphics HDL Designer(TM) %(version)
|
||||
--
|
||||
PACKAGE BODY %(entity_name) IS
|
||||
END %(entity_name);
|
@@ -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