diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-07-25 12:16:23 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-07-25 12:16:23 +0200 |
commit | a8706b73a2c14c6b34e4fb7136866c0bc959acbb (patch) | |
tree | aa6d6c831fed16414005070c31fb1acbb7ab75f1 | |
parent | 1488bc0c4f80b32cabd096232830b7fdfc400bbf (diff) | |
download | yosys-a8706b73a2c14c6b34e4fb7136866c0bc959acbb.tar.gz yosys-a8706b73a2c14c6b34e4fb7136866c0bc959acbb.tar.bz2 yosys-a8706b73a2c14c6b34e4fb7136866c0bc959acbb.zip |
Added more stuff to checklist
-rw-r--r-- | CHECKLIST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |