Browse Source

added title comment

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8562 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 6 years ago
parent
commit
a8460491bb
1 changed files with 5 additions and 1 deletions
  1. 5 1
      source/Zynq.PrecisionTimer.Mod

+ 5 - 1
source/Zynq.PrecisionTimer.Mod

@@ -1,4 +1,8 @@
-MODULE PrecisionTimer; (** AUTHOR ""; PURPOSE ""; *)
+(**
+	AUTHOR: Alexey Morozov
+	PURPOSE: high precision timer support for Xilinx Zynq platform
+*)
+MODULE PrecisionTimer;
 
 IMPORT
 	Machine, BootConfig;