aboutsummaryrefslogtreecommitdiffstats
path: root/CHECKLIST
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-07-25 03:18:16 +0200
committerClifford Wolf <clifford@clifford.at>2014-07-25 03:41:53 +0200
commite4a0ab9bedcf357551c0faf548317e0998d5a4d1 (patch)
treedf268df19684e347f6b094d40b5d0f67889fbfb6 /CHECKLIST
parent7f1789ad1bb978132e8e09fee54ded81b370fcb3 (diff)
downloadyosys-e4a0ab9bedcf357551c0faf548317e0998d5a4d1.tar.gz
yosys-e4a0ab9bedcf357551c0faf548317e0998d5a4d1.tar.bz2
yosys-e4a0ab9bedcf357551c0faf548317e0998d5a4d1.zip
Added more stuff to the checklist
Diffstat (limited to 'CHECKLIST')
-rw-r--r--CHECKLIST14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHECKLIST b/CHECKLIST
index c621b7156..7fcdd8e9e 100644
--- a/CHECKLIST
+++ b/CHECKLIST
@@ -29,7 +29,7 @@ Run all tests with "make config-{clang-debug,gcc-debug,gcc-4.7,release}":
chromium-browser report.html
-Then with any config setting:
+Then with default config setting:
cd ~yosys
make manual
@@ -38,6 +38,18 @@ Then with any config setting:
- make cosmetic changes to the .tex files if necessary
+Also with default config setting:
+
+ cd ~yosys/techlibs/cmos
+ bash testbench.sh
+
+ cd ~yosys/techlibs/xilinx/example_sim_counter
+ bash run_sim.sh
+
+ cd ~yosys/techlibs/xilinx/example_mojo_counter
+ bash example.sh
+
+
Finally if a current verific library is available:
cd ~yosys