Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 465 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 465 Bytes

assembler-minimips

An assembler for 10 MiniMIPS instructions designed using Verilog HDL

  • Done as a part of the 2EC601 - Computer Architecture course at Nirma University, Ahmedabad, India.
  • assembler.v consists of the program and Report.pdf provides a thorough documentation for this project.
  • Two sample scripts - script1.txt & script2.txt, and their respective outputs - assembler_output1.txt and assembler_output2.txt are also included in this repository.