Skip to content

Latest commit

 

History

History

Lab3

Lab 3: Single-cycle Processor Design

Design

Goal

Complete the top design of the single-cycle processor using the previously designed datapath elements

Implementation

Testbench

Goal

Verify the design with the testbench

  • Set the clock frequency as 100 MHz
  • Instantiate the top design file as "dut" (design under test)

Testcase

  • Given initial memory data for the instruction memory and the data memory

Implementation

Result