Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThere isn't anything like that.
The default time will be hardcoded into the design during compilation. At best, you could have a way to automatically set the time of the compilation as the default time for your clock. There isn't any VHDL command for this, AFAIK, but you can use a generic and TCL script to set the generic's value. But short of you adding a network interface, with a UDP/IP stack and a NTP client implementation or something of the sort, there's no way for your design to automatically retrieve the computer's time.