Skip to content

Author: marmara

Mammal: In Logisim

New instructions for Mammal New Instructions and Their FormatsNN Note that there is no instruction corresponding to an interrupt. Finite State Machine for Mammal The…

Comments closed

Bird: In Logisim

Bird adds four instructions to the basic Reptile design: push, pop, call and return. All these instructions use stack. Review of Stack Operations For stack…

Comments closed

Reptile: I/O in verilog

  module ilk_cpu(grounds, display, clk, pushbutton); input pushbutton; output [3:0] grounds; output [6:0] display; input clk; //memory map is defined here localparam BEGINMEM=12'h000, ENDMEM=12'h6ff, KEYPAD=12'h900,…

Comments closed