Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

simple mips architecture

NotificationsYou must be signed in to change notification settings

SheidaAbedpour/Single-Cycle-Datapath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An impplementation of 20-bit ISA.

The single-cycle implementation follows the below data path:

App Screenshot

Instructions

R-type

opcodersrtrdfucntion
19:1615:1211:87:43:0

opcode in all R-type instruction is "0000".

instructions include: add, sub, mul, div, and, or

I-type

opcodersrtfucntion
19:1615:1211:87:0

instructions include: bnq, lw, sw, andi, ori

ISA

App Screenshot

Tech

HDL: ISE(Language: Verilog)

Design: Logisim

Assembler: Python

Running Tests

Run the following command in assembler.

ori 1 1 10ori 2 2 4add 3 1 2sub 4 1 2mul 5 1 2and 7 1 2or 8 1 2sw 1 0 0lw 9 0 0bnq 3 3 20bnq 3 4 30

Run HDL using machine code in binary and Logisim in hex.

Team

Releases

No releases published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp