Skip to content

Does the solution to simStreamJoinFork conform to the handshake standard? #16

@dzx-dzx

Description

@dzx-dzx

From the Rules for Ready/Valid Handshakes:

At any time, the source interface raises and holds steady valid when data is available

But in SimStreamUtils.scala:

stream.valid #= false
    while(true){
      stream.valid.randomize()
      stream.payload.randomize()
      clockDomain.waitSampling()
    }

Which seems that...valid just asserts and deasserts randomly?

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