fix naming
This commit is contained in:
parent
9281b984ae
commit
e5684b4705
@ -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
|
||||||
|
Reference in New Issue
Block a user