summaryrefslogtreecommitdiffstats
path: root/test_rrobin_problem/synthesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test_rrobin_problem/synthesis/Makefile')
-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