Skip to content

Commit

Permalink
Keep default parameters in json
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 17, 2023
1 parent e420e8d commit cde8c5c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jobs/jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@
"zero_transfer" : "backend_r_axi_w_obi/zero_transfer.txt"
},
"params" : {
"DataWidth" : 32,
"AddrWidth" : 32,
"UserWidth" : 1,
"AxiIdWidth" : 1,
"NumAxInFlight" : 3,
"BufferDepth" : 3,
"TFLenWidth" : 32,
"MemSysDepth" : 0,
"CombinedShifter" : 0,
"MaskInvalidData" : 1,
"RAWCouplingAvail" : 1,
"HardwareLegalizer" : 1,
"RejectZeroTransfers" : 1,
"ErrorHandling" : 0
},
"proc_id" : "r_axi_w_obi",
"testbench": "tb_idma_backend_r_axi_w_obi",
Expand Down Expand Up @@ -104,6 +118,9 @@
"BufferDepth" : 3,
"TFLenWidth" : 32,
"MemSysDepth" : 0,
"NumDim" : 4,
"RepWidth" : 32,
"StrideWidth" : 32,
"CombinedShifter" : 0,
"MaskInvalidData" : 1,
"RAWCouplingAvail" : 1,
Expand All @@ -116,3 +133,4 @@
"synth_top": "idma_nd_backend_synth"
}
}

0 comments on commit cde8c5c

Please sign in to comment.