Skip to content

Console Output

+ iverilog -o simulation.out -g2005 -s Core src/alu.v src/alu_control.v src/control_unit.v src/core.v src/immediate_generator.v src/mux.v src/pc.v src/registers.v
src/core.v:82: error: Unknown module type: Instruction_Memory
src/core.v:88: error: Unknown module type: Data_Memory
3 error(s) during elaboration.
*** These modules were missing:
        Data_Memory referenced 1 times.
        Instruction_Memory referenced 1 times.
***