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 063963a commit e420e8d
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion jobs/jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@
"zero_transfer" : "backend_rw_axi/zero_transfer.txt"
},
"params" : {
"ErrorHandling" : 1
"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" : 1
},
"proc_id" : "rw_axi",
"testbench": "tb_idma_backend_rw_axi",
Expand Down Expand Up @@ -58,6 +71,20 @@
"zero_transfer" : "backend_r_obi_w_axi/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_obi_w_axi",
"testbench": "tb_idma_backend_r_obi_w_axi",
Expand All @@ -69,6 +96,20 @@
"linear_2d" : "4d_extension/linear_2D.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" : "rw_axi",
"testbench": "tb_nd_idma_backend",
Expand Down

0 comments on commit e420e8d

Please sign in to comment.