aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHECKLIST4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHECKLIST b/CHECKLIST
index 7fcdd8e9e..35de389be 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -32,6 +32,10 @@ Run all tests with "make config-{clang-debug,gcc-debug,gcc-4.7,release}":
Then with default config setting:
cd ~yosys
+ ./yosys -p 'proc; show' tests/simple/fiedler-cooley.v
+ ./yosys -p 'proc; opt; show' tests/simple/fiedler-cooley.v
+
+ cd ~yosys
make manual
- sanity check the figures in the appnotes and presentation
- if there are any odd things -> investigate