[yosys] 28/38: Minor "make vgtest" changes
Ruben Undheim
rubund-guest at moszumanska.debian.org
Mon Feb 9 19:36:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to tag upstream/0.5.0
in repository yosys.
commit 0fcc8c14674aecf6cf327740e6081bf722d806f6
Author: Clifford Wolf <clifford at clifford.at>
Date: Sun Feb 8 15:13:51 2015 +0100
Minor "make vgtest" changes
---
CodingReadme | 6 +++++-
Makefile | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CodingReadme b/CodingReadme
index c509f69..5769c85 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
diff --git a/Makefile b/Makefile
index fcd166a..05f1869 100644
--- a/Makefile
+++ b/Makefile
@@ -320,7 +320,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
VALGRIND ?= valgrind --error-exitcode=1 --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all
vgtest: $(TARGETS) $(EXTRA_TARGETS)
- $(VALGRIND) ./yosys -p 'setattr -mod -unset top; hierarchy; proc; opt; memory -nomap; opt -fine; techmap; opt' $$( ls tests/simple/*.v | grep -v repwhile.v )
+ $(VALGRIND) ./yosys -p 'setattr -mod -unset top; synth' $$( ls tests/simple/*.v | grep -v repwhile.v )
@echo ""
@echo " Passed \"make vgtest\"."
@echo ""
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git
More information about the debian-science-commits
mailing list