Skip to content

Latest commit

 

History

History

Lab1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lab 1: Instruction Design

Design

Goal

Design SystemVerilog modules that perform specific instructions for two 8-bit input data

Implementation

Testbench

Goal

Make testbench codes for the above designs

Testcase

Each testbench design should have two separate input signals, a[7:0] and b[7:0].

  • Input a increases from 0 to the maximum value every 10 ns.
  • input b decreases from the maximum value to 0 every 10 ns.

Implementation

Result

1.png 2.png 3.png