Skip to content

No data being sent if WRITE_FIFO = 0 #5

@lranders

Description

@lranders

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?

assign data_in_valid = data_in_valid_reg;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions