This project focuses on the Verification of Advanced Encryption Standard (AES-128) Using the Universal Verification Methodology (UVM).
To compile the design and testbench, use the following command:
vlog AES_Pack.svh AES_Top.sv +cover
To simulate and run test with coverage analysis, use the following command:
vsim -batch AES_Top -coverage -do "run -all; coverage report -codeAll -cvg -verbose"