V
Vinilkant Tejaswi
Guest
hi,
I would like to know if there is a method to test a behavioral queue
with no input or output signals. The question really is how to test
this.
module be_queue;
reg [7:0] data;
reg [2:0] cnt;
reg [7:0] queue [7:0];
endmodule
task full;
endtask
task empty; endtask
task put; endtask
task get; endtask
Thanks!!.
vinil
I would like to know if there is a method to test a behavioral queue
with no input or output signals. The question really is how to test
this.
module be_queue;
reg [7:0] data;
reg [2:0] cnt;
reg [7:0] queue [7:0];
endmodule
task full;
endtask
task empty; endtask
task put; endtask
task get; endtask
Thanks!!.
vinil