acmpesuecc / aes-128-sysverilog-riscv

AES-128 block written in SystemVerilog
MIT License
0 stars 7 forks source link

Updated round.sv #14

Closed umarahmed10 closed 8 months ago

umarahmed10 commented 8 months ago

Original Code lacks a testbench for validation, incomplete connectivity, missing expected values, and lacks simulation. The updated code addresses these issues by introducing a comprehensive testbench that validates the "round" module's functionality. It includes a clock generation mechanism, input initialization, expected output values, and simulation commands. This makes the updated code effective for verifying the "round" module's behavior in a simulated environment.

bunsamosa-bot[bot] commented 8 months ago

Thank you from Opening this Pull Request, @umarahmed10 ! A Maintainer will review it soon!

skudlur commented 8 months ago

@umarahmed10 I expected a testbench for the design. round.sv is the design for which you need to write a testbench

alfadelta10010 commented 8 months ago

Seeing no updates, this PR will be closed.