viniciosbarretos / Pipeline-Simulator

Simulates execution of an assembly code in a pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline-Simulator

Simulates execution of an assembly code in a pipeline.

This pipeline has 5 stages:

Fetch Instruction [FI]

Decode Instruction [DI]

Calc Operands [CO]

Fetch Operands [FO]

Execute Instruction [EI]

Write Operands [WO]

About

Simulates execution of an assembly code in a pipeline


Languages

Language:Python 100.0%