Skip to content

Commit

Permalink
Removed debug statesments
Browse files Browse the repository at this point in the history
  • Loading branch information
kasun-buddhi committed Oct 3, 2024
1 parent 6d025a4 commit 25a9376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ questa_uvm_comp:

questa_uvm_run:
@echo "[QUESTA] Running Model"
echo $(elf)
vsim -64 \
$(COMMON_RUN_UVM_FLAGS) \
-sv_lib $(SPIKE_INSTALL_DIR)/lib/libyaml-cpp \
Expand Down
5 changes: 0 additions & 5 deletions verif/tb/uvmt/uvmt_cva6_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,6 @@ module uvmt_cva6_tb;
$display(" ----------------------------------------------------------");
end
else begin
//Temp edit Check the error codes
$display("sim_finished :%p",sim_finished );
$display("test_exit_code :%p",test_exit_code );
$display("err_count :%p",err_count );
$display("fatal_count :%p",fatal_count );

$display(" FFFFFFFF AAAAAA IIIIII LL EEEEEEEE DDDDDDD ");
$display(" FF AA AA II LL EE DD DD ");
Expand Down

0 comments on commit 25a9376

Please sign in to comment.