Skip to content

Simplified Advanced Encryption Standard (S-AES) Design and Verification Using System Verilog and UVM.

Notifications You must be signed in to change notification settings

OmniaMohamed12/S-AES-Design-and-Verification-using-SystemVerilog-and-UVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S-AES-Design-and-Verification-using-SystemVerilog-and-UVM

Simplified Advanced Encryption Standard (S-AES) Design and Verification Using System Verilog and UVM.

UVM Architecture

Copy of s aes uvm env - Page 1

Coverage Results

  • Functional Coverage:

    image

  • Code Coverage:

image

Compilation and Simulation Steps

To compile the design and testbench, use the following command:

 vlog S_AES_Package.svh S_AES_Top.sv +cover

To simulate and run test with coverage analysis, use the following command:

vsim -batch S_AES_Top -coverage -do "run -all; coverage report -codeAll -cvg -verbose"

About

Simplified Advanced Encryption Standard (S-AES) Design and Verification Using System Verilog and UVM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published