1
0
This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
SEm-ExamMidterm2024/Prefs/hds_user-linux/v2016.1/templates/registered_views/Vunit_VHDL.psl
2024-03-22 13:16:48 +01:00

20 lines
445 B
PSL

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;
}