mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Fix qrun compile warning
This commit is contained in:
parent
b932a8bbf3
commit
88f1a7e38f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ibex_mem_intf_slave_seq extends uvm_sequence #(ibex_mem_intf_seq_item);
|
|||
end
|
||||
endtask : body
|
||||
|
||||
virtual function inject_error();
|
||||
virtual function void inject_error();
|
||||
this.enable_error = 1'b1;
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue