Skip to content

sdModel.v keeps busy #10

Description

@t123yh

Hi,

I am trying to simulate using the exampe software and sdcard model. In sdModel.v#L377, OCR[31] gets the reversed value of Busy. In L104, it says that Busy should be 0 when busy, so OCR[31] is 1 when Busy.

By the definition of OCR register (refer to this spec Page 17), OCR[31] is “0” = Busy “1” = Ready, the reversion is wrong.

I think L377 should be OCR[31]<=Busy;, removing the reversion.

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