Skip to content

mitulty/multi_cycle_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction Set

instruction set

Scripts

getprogram.py

  • This is the assembler that converts assembly code to machine readable bit stream that can be used to initialise the instruction ROM.

  • takes assembly code file as input:

    python getprogram.py <path-to-program.txt>
    

Note: Assembler assumes the correctness of syntax of assembly code provided.

About

Design of a multi-cycle processor based on IITB RISC ISA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors