aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorN. Engelhardt <nak@yosyshq.com>2021-03-22 19:16:25 +0100
committerN. Engelhardt <nak@yosyshq.com>2021-03-22 19:16:25 +0100
commitd9ec35a526b9583727ef484ec68bc288dcddb0c8 (patch)
tree01716e03bbb854262fcd128f9c4b3bba5344b751 /kernel
parent92d5550a90558a0292c8ac63cecabb2de30eb6aa (diff)
downloadyosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.gz
yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.bz2
yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.zip
split CodingReadme into multiple files
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/yosys.h b/kernel/yosys.h
index 43aecdbc8..e93d09cd4 100644
--- a/kernel/yosys.h
+++ b/kernel/yosys.h
@@ -33,7 +33,7 @@
// 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.
+// Find more information in the "guidelines/GettingStarted" file.
#ifndef YOSYS_H