Specify whether to include time/date information in the generated HDL file header
'on'
(default)
Include time/date information in the generated HDL file header.
-- ---------------------------------------------------- -- -- File Name: hdlsrc\symmetric_fir.vhd -- Created: 2011-02-14 07:21:36 --
'off'
Omit time/date information in the generated HDL file header.
-- ---------------------------------------------------- -- -- File Name: hdlsrc\symmetric_fir.vhd --
By omitting the time/date information in the file header, you can more easily determine if two HDL files contain identical code. You can also avoid extraneous revisions of the same file when checking in HDL files to a source code management (SCM) system.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.