Removed unused rmCmd string declaration

This commit is contained in:
slmnemo 2024-04-20 16:58:23 -07:00
parent 354d447269
commit 66a002d879

View File

@ -254,7 +254,7 @@ module testbench;
logic ResetCntRst;
logic CopyRAM;
string signame, memfilename, bootmemfilename, uartoutfilename, pathname, rmCmd;
string signame, memfilename, bootmemfilename, uartoutfilename, pathname;
integer begin_signature_addr, end_signature_addr, signature_size;
integer uartoutfile;