OpenCores
URL https://opencores.org/ocsvn/rc4-prbs/rc4-prbs/trunk

Subversion Repositories rc4-prbs

[/] [rc4-prbs/] [trunk/] [rc4_tb.v] - Diff between revs 5 and 7

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 7
Line 51... Line 51...
        if (clkcount < `KEY_SIZE)
        if (clkcount < `KEY_SIZE)
                begin
                begin
                password_input<=password[clkcount];
                password_input<=password[clkcount];
                $display ("--- clk %d --- key[%x] = %08X",clkcount,clkcount,password[clkcount]);
                $display ("--- clk %d --- key[%x] = %08X",clkcount,clkcount,password[clkcount]);
                end
                end
        else $display ("--- clk %d --- K %08X",clkcount,K);
        else $display ("--- clk %d --- K %08X --- valid: ",clkcount,K,output_ready);
        end
        end
 
 
 
 
/* rc4 module implementation */
/* rc4 module implementation */
rc4 rc4mod(
rc4 rc4mod(

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.