Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 887 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 887 Bytes

2023_Computer_Architecture

NCKU Computer Architecture

HW1

Warning

HW1 has some problems at multiplexing part.

Introduction

Choose a problem in Quiz1, and translate the c code to RISC-V assembly program.

Hackmd record

Assignment1: RISC-V Assembly and Instruction Pipeline


HW2

Inroduction

Choose a problem from homework1, and determine the rcycles about the RISC-V code by using RV32emu.

Hackmd record

Assignment2: RISC-V Toolchain


HW3

Introduction

Finishing the codes to assemble a single cycle processor using scala and chisel.

Hackmd record

Assignment3: single-cycle RISC-V CPU