mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
🐛 Fix Makefile not testing
This commit is contained in:
parent
cd56694fb0
commit
26cf604ee0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,6 @@ module store_queue_tb;
|
|||
|
||||
// grant process
|
||||
initial begin
|
||||
|
||||
forever begin
|
||||
slave_data_gnt = 1'b0;
|
||||
wait (slave.data_req);
|
||||
|
@ -157,6 +156,7 @@ module store_queue_tb;
|
|||
// -------------------
|
||||
// Monitor && Checker
|
||||
// -------------------
|
||||
|
||||
initial begin
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue