Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 290 Bytes

File metadata and controls

15 lines (10 loc) · 290 Bytes

This project is a silly multiple cycles cpu based armv7 architecture. It's my homework of computer components class.

To compile and run it, you should install iverilog and gtkwave.

  1. to compile and run:

    make run
  2. to see the wave:

    make wave