From e9d3ed32f2f5804834e0cf202c11e0c2be1022eb Mon Sep 17 00:00:00 2001 From: Harry Callahan Date: Wed, 18 Oct 2023 14:35:23 +0100 Subject: [PATCH 1/2] Fixup the questa build/sim command templates in rtl_simulation.yaml We do not actively use or test these commands and tools, so they probably broke some time ago. Signed-off-by: Harry Callahan --- dv/uvm/core_ibex/yaml/rtl_simulation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml index a973e7adc4..0bb363e13d 100644 --- a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml +++ b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml @@ -101,7 +101,7 @@ +define+UVM -timescale \"1 ns / 1 ps \" -writetoplevels /top.list - -l / + -l sim: cmd: @@ -118,7 +118,7 @@ +UVM_VERBOSITY=UVM_LOW +bin= +ibex_tracer_file_base= - -l /sim.log + -l cov_opts: >- -do "coverage save -onexit /cov.ucdb;" From 7b0cce769d5aa3ab9f70dbfe70e5a6bb91bf79c0 Mon Sep 17 00:00:00 2001 From: Harry Callahan Date: Fri, 20 Oct 2023 09:53:32 +0100 Subject: [PATCH 2/2] Tweak questa timescale argument Signed-off-by: Harry Callahan --- dv/uvm/core_ibex/yaml/rtl_simulation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml index 0bb363e13d..a193889f0b 100644 --- a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml +++ b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml @@ -99,7 +99,7 @@ -mfcu -cuname design_cuname +define+UVM_REGEX_NO_DPI +define+UVM - -timescale \"1 ns / 1 ps \" + -timescale 1ns/1ps -writetoplevels /top.list -l