From cde8c5cba261b6d188eb5f1f1921902d5a265d04 Mon Sep 17 00:00:00 2001 From: Thomas Benz Date: Tue, 17 Oct 2023 12:46:19 +0200 Subject: [PATCH] Keep default parameters in json --- jobs/jobs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/jobs/jobs.json b/jobs/jobs.json index c8e901f9..01c86070 100644 --- a/jobs/jobs.json +++ b/jobs/jobs.json @@ -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", @@ -104,6 +118,9 @@ "BufferDepth" : 3, "TFLenWidth" : 32, "MemSysDepth" : 0, + "NumDim" : 4, + "RepWidth" : 32, + "StrideWidth" : 32, "CombinedShifter" : 0, "MaskInvalidData" : 1, "RAWCouplingAvail" : 1, @@ -116,3 +133,4 @@ "synth_top": "idma_nd_backend_synth" } } +