-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
There seems to be an issue that only shows itself if the write-through fifo for data is disabled.
The data_in_valid_int net seems to be dangling w/o a driver and thus gets assigned to GND.
Would it be correct to assume you're missing an _int at the left hand side end of the assignment?
verilog-i2c/rtl/i2c_master_wbs_8.v
Line 387 in ca6688c
| assign data_in_valid = data_in_valid_reg; |
Metadata
Metadata
Assignees
Labels
No labels