From 0fcc8c14674aecf6cf327740e6081bf722d806f6 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 8 Feb 2015 15:13:51 +0100 Subject: Minor "make vgtest" changes --- CodingReadme | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CodingReadme') diff --git a/CodingReadme b/CodingReadme index c509f6962..5769c85f9 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 @@ -301,6 +302,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 -- cgit v1.2.3