File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ fpga-interchange-schema/interchange/capnp/java.capnp:
93
93
# $^ (%.netlist and %_rwroute.phys), and display/redirect all output to [email protected] (%_rwroute.check.log).
94
94
# The exit code of Gradle determines if 'PASS' or 'FAIL' is written to $@ (%_rwroute.check)
95
95
% _$(ROUTER ) .check : % .netlist % _$(ROUTER ) .phys % _unrouted.phys | compile-java
96
- if ./gradlew --offline -DjvmArgs=" -Xms6g -Xmx6g " -Dmain=com.xilinx.fpga24_routing_contest.CheckPhysNetlist :run --args=' $^' $( call log_and_or_display,$@ .log) ; then \
96
+ if ./gradlew --offline -DjvmArgs=" $( JVM_HEAP ) " -Dmain=com.xilinx.fpga24_routing_contest.CheckPhysNetlist :run --args=' $^' $( call log_and_or_display,$@ .log) ; then \
97
97
echo "PASS" > $@; \
98
98
else \
99
99
echo "FAIL" > $@; \
You can’t perform that action at this time.
0 commit comments