Skip to content

Commit

Permalink
Modify multi-col aie_partition.json (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwei-xilinx authored Apr 2, 2024
1 parent 1e4a49e commit 11822b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/aie2xclbin/XCLBinGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,9 @@ static LogicalResult generateXCLBin(MLIRContext *context, ModuleOp moduleOp,
"inference_fingerprint": "23423",
"pre_post_fingerprint": "12345",
"partition": {
"column_width": 1,
"column_width": 4,
"start_columns": [
1,
2,
3,
4
1
]
},
"PDIs": [
Expand Down

0 comments on commit 11822b0

Please sign in to comment.