summaryrefslogtreecommitdiff
path: root/CodingReadme
diff options
context:
space:
mode:
Diffstat (limited to 'CodingReadme')
-rw-r--r--CodingReadme8
1 files changed, 8 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme
index 46624e9c..f4924dfb 100644
--- a/CodingReadme
+++ b/CodingReadme
@@ -282,6 +282,14 @@ Update the CHANGELOG file:
vi CHANGELOG
+Update command reference in manual:
+
+ cd ~yosys
+ make
+ cd manual
+ ../yosys -p 'help -write-tex-command-reference-manual'
+
+
Run all tests with "make config-{clang,gcc,gcc-4.6}":
cd ~yosys