Commit e466e7f5 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

testbench/swcore/allocator: un-commented VIAllocatorPort definition causing compilation errors

parent 8fa00320
......@@ -219,7 +219,6 @@ interface IAllocatorPort (input clk_i);
endinterface // IAllocatorPort
`ifdef nulll
typedef virtual IAllocatorPort VIAllocatorPort;
task automatic execute_requests(VIAllocatorPort port, ref alloc_request_t rqs[$], input int verbose =0);
......@@ -273,4 +272,3 @@ task automatic execute_requests(VIAllocatorPort port, ref alloc_request_t rqs[$]
endcase // case (rqs[i].t)
end
endtask // execute_requests
`endif
\ No newline at end of file
......@@ -14,6 +14,7 @@ module main;
IAllocatorPort alloc_port[`c_num_ports] (clk) ;
VIAllocatorPort valloc_port[`c_num_ports] = alloc_port;
genvar i;
wire [`c_num_ports-1:0] alloc_v, free_v, force_free_v, set_usecnt_v;
......
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