Commit c1a51eb0 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

hdl/sim: removed local copy of simdrv_defs header

parent bf7cdce8
`ifndef SIMDRV_DEFS_SV
`define SIMDRV_DEFS_SV 1
virtual class CBusAccessor;
pure virtual task write32(int addr, bit[31:0] data);
pure virtual task read32(int addr, output bit[31:0] rdata);
endclass // CBusAccessor
`endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment