-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
473d8a2
commit ff27e5b
Showing
8 changed files
with
65 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
13 changes: 13 additions & 0 deletions
13
benchmarks/tapa_flow/knn_chipknn/k2D_float_15PEs/design/config/run.py/ab_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"dse_range_max": 0.8, | ||
"dse_range_min": 0.7, | ||
"partition_strategy": "flat", | ||
"port_pre_assignments": { | ||
".*final_out.*": "HBM[0]", | ||
".*in_.*": "HBM[0]", | ||
"ap_clk": "CLK_RST", | ||
"ap_rst_n": "CLK_RST", | ||
"interrupt": "CLK_RST", | ||
"s_axi_control_.*": "S_AXI_CONTROL" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
benchmarks/tapa_flow/knn_chipknn/k2D_float_15PEs/design/config/run.py/impl_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"max_workers": 2, | ||
"port_to_clock_period": { | ||
"ap_clk": 3.33 | ||
}, | ||
"vitis_platform": "xilinx_u55c_gen3x16_xdma_3_202210_1" | ||
} |
File renamed without changes.
Binary file modified
BIN
-2 KB
(100%)
benchmarks/tapa_flow/knn_chipknn/k2D_float_15PEs/design/generated/knn.xo
Binary file not shown.
10 changes: 4 additions & 6 deletions
10
benchmarks/tapa_flow/knn_chipknn/k2D_float_15PEs/design/run_tapa.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
WORK_DIR=generated | ||
WORK_DIR=work.out | ||
|
||
tapac \ | ||
--work-dir ${WORK_DIR} \ | ||
tapa compile \ | ||
--top Knn \ | ||
--part-num xcu280-fsvh2892-2L-e \ | ||
--part-num xcu55c-fsvh2892-2L-e \ | ||
--clock-period 3.33 \ | ||
-o ${WORK_DIR}/knn.xo \ | ||
--connectivity config/link_config.ini \ | ||
src/knn.cpp \ | ||
-f src/knn.cpp \ | ||
2>&1 | tee tapa.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters