summaryrefslogtreecommitdiff
path: root/CodingReadme
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-08 15:13:51 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-08 15:13:51 +0100
commit0fcc8c14674aecf6cf327740e6081bf722d806f6 (patch)
treef2d36163074df847478e3d71904c8ca0d30c3771 /CodingReadme
parent6d2f31c04afaaa0f8d0768dfc73232620a6a2445 (diff)
Minor "make vgtest" changes
Diffstat (limited to 'CodingReadme')
-rw-r--r--CodingReadme6
1 files changed, 5 insertions, 1 deletions
diff --git a/CodingReadme b/CodingReadme
index c509f696..5769c85f 100644
--- a/CodingReadme
+++ b/CodingReadme
@@ -286,7 +286,8 @@ Run all tests with "make config-{clang,gcc,gcc-4.6}":
cd ~yosys
make clean
- make test vloghtb
+ make test
+ make vloghtb
make install
cd ~yosys-bigsim
@@ -302,6 +303,9 @@ Run all tests with "make config-{clang,gcc,gcc-4.6}":
Then with default config setting:
cd ~yosys
+ make vgtest
+
+ cd ~yosys
./yosys -p 'proc; show' tests/simple/fiedler-cooley.v
./yosys -p 'proc; opt; show' tests/simple/fiedler-cooley.v
./yosys -p 'synth; show' tests/simple/fiedler-cooley.v