summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/synthesis
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2014-09-08 10:44:41 +0200
committerBert Lange <b.lange@hzdr.de>2014-09-08 10:44:41 +0200
commit0083804c4d7f52963cb2dfd0826c7600f4cd3188 (patch)
treec4c2d68379a9a49ef089e7c8f96b6efbab42fbc3 /test_rrobin_problem/synthesis
parent02431f006669785afdf8e12ef1e91e06cb6318b4 (diff)
downloadzpu-0083804c4d7f52963cb2dfd0826c7600f4cd3188.zip
zpu-0083804c4d7f52963cb2dfd0826c7600f4cd3188.tar.gz
change: enhance trce output with unconstrained paths
Diffstat (limited to 'test_rrobin_problem/synthesis')
-rw-r--r--test_rrobin_problem/synthesis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_rrobin_problem/synthesis/Makefile b/test_rrobin_problem/synthesis/Makefile
index 5064f5d..9aa0be7 100644
--- a/test_rrobin_problem/synthesis/Makefile
+++ b/test_rrobin_problem/synthesis/Makefile
@@ -189,10 +189,10 @@ $(MODULE).ncd: $(MODULE)_map.ncd
trace:
- cd $(BUILDDIR) ; trce -e -a -u -s $(SPEEDGRADE) -xml $(MODULE).twx $(MODULE).ncd -o $(MODULE).twr $(MODULE).pcf
+ cd $(BUILDDIR) ; trce -e -a -u 100 -s $(SPEEDGRADE) -xml $(MODULE).twx $(MODULE).ncd -o $(MODULE).twr $(MODULE).pcf
tracefast:
- cd $(BUILDDIR) ; trce -v 12 -s $(SPEEDGRADE) -fastpaths -xml $(MODULE).twx -o $(MODULE).twr $(MODULE).ncd $(MODULE).pcf
+ cd $(BUILDDIR) ; trce -v 12 -u 100 -s $(SPEEDGRADE) -fastpaths -xml $(MODULE).twx -o $(MODULE).twr $(MODULE).ncd $(MODULE).pcf
bitgen: $(MODULE).ncd
OpenPOWER on IntegriCloud