OpenCores
URL https://opencores.org/ocsvn/csa/csa/trunk

Subversion Repositories csa

[/] [csa/] [trunk/] [bench/] [key_perm_tb.v] - Diff between revs 9 and 12

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

Rev 9 Rev 12
Line 10... Line 10...
wire [63:0]o_key;
wire [63:0]o_key;
 
 
initial
initial
begin
begin
        // read the input key
        // read the input key
        $read_ikey(
        $read_data(
                                "../test_dat/key_perm.in"
                                "../test_dat/key_perm.in"
                               ,i_key
                               ,i_key
                  );
                  );
        #10;
        #10;
 
 
        // output the permated key
        // output the permated key
        $write_okey(
        $write_data(
                        "../test_dat/key_perm.out.v"
                        "../test_dat/key_perm.out.v"
                       ,o_key
                       ,o_key
                   );
                   );
        $finish;
        $finish;
end
end

powered by: WebSVN 2.1.0

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