diff options
author | N. Engelhardt <nak@yosyshq.com> | 2021-03-22 19:16:25 +0100 |
---|---|---|
committer | N. Engelhardt <nak@yosyshq.com> | 2021-03-22 19:16:25 +0100 |
commit | d9ec35a526b9583727ef484ec68bc288dcddb0c8 (patch) | |
tree | 01716e03bbb854262fcd128f9c4b3bba5344b751 /kernel | |
parent | 92d5550a90558a0292c8ac63cecabb2de30eb6aa (diff) | |
download | yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.gz yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.tar.bz2 yosys-d9ec35a526b9583727ef484ec68bc288dcddb0c8.zip |
split CodingReadme into multiple files
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/yosys.h | 2 |
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 |