In reply to DESIGN_DV_TOPICS:
if you could create item in forever loop, just like this:
forever begin
item = spi_seq_item::type_id::create(“item”);
…
ap.write(item);
end
In reply to DESIGN_DV_TOPICS:
if you could create item in forever loop, just like this:
forever begin
item = spi_seq_item::type_id::create(“item”);
…
ap.write(item);
end