Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed May 1, 2024
1 parent db96b69 commit 1a20342
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[submodule "RapidWright"]
path = RapidWright
url = https://github.com/xszang/parallel-routing
branch = main
[submodule "fpga-interchange-schema"]
path = fpga-interchange-schema
url = https://github.com/chipsalliance/fpga-interchange-schema
branch = main
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ distclean: clean
%_rwroute.phys: %_unrouted.phys | $(JAVA_CLASSPATH_TXT)
(/usr/bin/time java -cp $$(cat $(JAVA_CLASSPATH_TXT)) $(JVM_HEAP) com.xilinx.fpga24_routing_contest.PartialRouterPhysNetlist $< $@) $(call log_and_or_display,$@.log)

## CUFR
%_cufr.phys: %_unrouted.phys | $(JAVA_CLASSPATH_TXT)
(/usr/bin/time java -cp $$(cat $(JAVA_CLASSPATH_TXT)) $(JVM_HEAP) com.xilinx.fpga24_routing_contest.CUFR $< $@) $(call log_and_or_display,$@.log)

Expand Down

0 comments on commit 1a20342

Please sign in to comment.