URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
Subversion Repositories s6soc
[/] [s6soc/] [trunk/] [mkdatev.pl] - Rev 47
Go to most recent revision | Compare with Previous | Blame | View Log
#!/usr/bin/perl $now = time; ($sc,$mn,$nhr,$ndy,$nmo,$nyr,$nwday,$nyday,$nisdst) = localtime($now); $nyr = $nyr+1900; $nmo = $nmo+1; print "`define DATESTAMP 32\'h"; printf("%04d%02d%02d\n", $nyr, $nmo, $ndy);
Go to most recent revision | Compare with Previous | Blame | View Log