Skip to content

Execute first instruction while in load block #17

@ryeleo

Description

@ryeleo

Right now the first instruction is getting executed during the loading phase of our CPU when loading instruction memory.

Essentially we need to make sure that the first instruction somehow doesn't get executed, two options are to ensure that every program has a first instruction of noop.

else we have to have a way to have instruction memory output a noop.

Else we have to modify control signals to make sure that nothing happens during the loading phase.

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