From e420e8d795b5a4e595e6a6d75290e0d61e30e4a4 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Tue, 17 Oct 2023 12:39:35 +0200 Subject: [PATCH] Keep default parameters in json --- jobs/jobs.json | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/jobs/jobs.json b/jobs/jobs.json index 84c2db05..c8e901f9 100644 --- a/jobs/jobs.json +++ b/jobs/jobs.json @@ -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", @@ -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", @@ -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",