diff options
Diffstat (limited to 'CodingReadme')
-rw-r--r-- | CodingReadme | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme index 46624e9c7..f4924dfb2 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 |