summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-09-16 11:26:44 +0200
committerClifford Wolf <clifford@clifford.at>2014-09-16 11:26:44 +0200
commitfa96cf4a1694afb1ac83e9fc9b894420fc210b97 (patch)
tree288f120a5d8371f12ebe32046f16dd896f2cd751 /kernel
parent6644e27cd4112070eca0958c19b71e97ba29a80d (diff)
Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h
index 9a4826ca..b571e177 100644
--- a/kernel/yosys.h
+++ b/kernel/yosys.h
@@ -32,6 +32,8 @@
//
// This header is very boring. It just defines some general things that
// belong nowhere else and includes the interesting headers.
+//
+// Find more information in the "CodingReadme" file.
#ifndef YOSYS_H