Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUse a generic or parameter in your top-level design, and then set the generic via a Tcl script;
# Build timestamp# - Tcl returns the same as
set timestamp
puts " - Build timestamp ($timestamp 0x)"
# Generics
set_parameter -name TIMESTAMP $timestamp
Cheers, Dave