Skip to content

Commit

Permalink
feat(tapa): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrantxiao24 committed Sep 9, 2024
1 parent bb7a9db commit 295a6e4
Show file tree
Hide file tree
Showing 14 changed files with 318 additions and 290 deletions.
6 changes: 3 additions & 3 deletions benchmarks/tapa_flow/knn_chipknn/k2D_float_8PEs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ $(RS_TARGET):$(TAPA_XO) $(DEVICE_CONFIG)
mkdir -p $(TEMP_DIR)
cd $(RSPATH) && $(RSXX)-tapaopt \
--work-dir $(TEMP_DIR) \
--tapa-xo-path $< \
--device-config $(DEVICE_CONFIG) \
--autobridge-config $(AB_CONFIG)
--tapa-xo-path $< \
--device-config $(DEVICE_CONFIG) \
--floorplan-config $(AB_CONFIG)

$(DEVICE_CONFIG):$(AB_CONFIG)
mkdir -p $(TEMP_DIR)
Expand Down
Loading

0 comments on commit 295a6e4

Please sign in to comment.