fix naming

This commit is contained in:
Arthur Lu 2022-08-27 16:33:33 -07:00
parent 9281b984ae
commit e5684b4705

View File

@ -2,7 +2,7 @@
// testbench for programmable message decryption, space removal (Program #3) // testbench for programmable message decryption, space removal (Program #3)
// CSE141L // CSE141L
// runs program 2 (decrypt a message), but with corruption // runs program 2 (decrypt a message), but with corruption
module decrypt_depad_tb () ; module program3_tb () ;
// DUT interface // DUT interface
logic clk = 1'b0 , // advances simulation step-by-step logic clk = 1'b0 , // advances simulation step-by-step
init = 1'b1 , // init (reset) command to DUT init = 1'b1 , // init (reset) command to DUT