Skip to content

Instruction memory uses LC #13

@harrysarson

Description

@harrysarson

I believe that in https://github.com/physical-computation/RV32I_iCE40/blob/master/verilog/instruction_mem.v#L13:

assign out = instruction_memory[addr >> 2];

Is not getting synthesised as BRAM. To fix this I think this line may need to be moved into an always block.

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