diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-09-16 11:26:44 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-09-16 11:26:44 +0200 |
commit | fa96cf4a1694afb1ac83e9fc9b894420fc210b97 (patch) | |
tree | 288f120a5d8371f12ebe32046f16dd896f2cd751 /kernel | |
parent | 6644e27cd4112070eca0958c19b71e97ba29a80d (diff) | |
download | yosys-fa96cf4a1694afb1ac83e9fc9b894420fc210b97.tar.gz yosys-fa96cf4a1694afb1ac83e9fc9b894420fc210b97.tar.bz2 yosys-fa96cf4a1694afb1ac83e9fc9b894420fc210b97.zip |
Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/yosys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h index 9a4826caa..b571e177f 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 |