aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorN. Engelhardt <nak@symbioticeda.com>2021-03-23 17:41:13 +0100
committerGitHub <noreply@github.com>2021-03-23 17:41:13 +0100
commit049e3abf9baf795e69b9ecb9c4f19de6131f8418 (patch)
tree7a25547cc993ab7039827639543cdb21b7117a13 /kernel
parent4a35f244aa6ac187610cae0014d261e38cbab550 (diff)
parentd9ec35a526b9583727ef484ec68bc288dcddb0c8 (diff)
downloadyosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.tar.gz
yosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.tar.bz2
yosys-049e3abf9baf795e69b9ecb9c4f19de6131f8418.zip
Merge pull request #2696 from nakengelhardt/guidelines
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