瀏覽代碼

added title comment

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8562 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 6 年之前
父節點
當前提交
a8460491bb
共有 1 個文件被更改,包括 5 次插入1 次删除
  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;