Skip to content

why the "replace_req" should depend on (buffer_empty & write_ack_i)? #307

@adonics

Description

@adonics

Hi SIr
// back-end read channel
assign replace_req_o = (~hit & read_access & ~replace_i) & (buffer_empty & write_ack_i); //write-through policy

It is said write-through doesn't adopt write allocate, why the "replace_req" should depend on (buffer_empty & write_ack_i)?
best regards
adonics

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions