mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
slowly more buildroot progress
This commit is contained in:
parent
d0a137ce0c
commit
10c7ac7f73
@ -194,7 +194,9 @@ module testbench_busybear();
|
|||||||
import ahbliteState::*;
|
import ahbliteState::*;
|
||||||
always @(dut.HRDATA) begin
|
always @(dut.HRDATA) begin
|
||||||
#2;
|
#2;
|
||||||
if (dut.hart.MemRWM[1] && ~HWRITE && dut.hart.ebu.BusState == MEMREAD && dut.HRDATA !== {64{1'bx}}) begin
|
if (dut.hart.MemRWM[1]
|
||||||
|
&& (dut.hart.ebu.BusState == MEMREAD || dut.hart.ebu.BusState == ATOMICREAD)
|
||||||
|
&& dut.HRDATA !== {64{1'bx}}) begin
|
||||||
//$display("%0t", $time);
|
//$display("%0t", $time);
|
||||||
if($feof(data_file_memR)) begin
|
if($feof(data_file_memR)) begin
|
||||||
$display("no more memR data to read");
|
$display("no more memR data to read");
|
||||||
|
Loading…
Reference in New Issue
Block a user