URL
https://opencores.org/ocsvn/csa/csa/trunk
[/] [csa/] [trunk/] [rtl/] [key_perm.v] - Diff between revs 2 and 4
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 4 |
Line 4... |
Line 4... |
// author: Simon panti
|
// author: Simon panti
|
// mengxipeng@gmail.com
|
// mengxipeng@gmail.com
|
// refer:
|
// refer:
|
// cas.c in vlc opensource project
|
// cas.c in vlc opensource project
|
|
|
|
|
|
|
module key_perm(i_key,o_key);
|
module key_perm(i_key,o_key);
|
input [63:0] i_key;
|
input [63:0] i_key;
|
output [63:0] o_key;
|
output [63:0] o_key;
|
|
|
assign o_key={
|
assign o_key={
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.