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

Subversion Repositories csa

[/] [csa/] [trunk/] [rtl/] [block_perm.v] - Diff between revs 16 and 17

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

Rev 16 Rev 17
Line 1... Line 1...
 
 
 
 
module block_perm(in, out);
module block_perm(in, out);
input [7:0] in;
input [7:0] in;
output [7:0] out;
output [7:0] out;
 
reg    [7:0] out;
 
 
always @(in)
always @(in)
        case (in)
        case (in)
        8'h00: out=8'h00;
        8'h00: out=8'h00;
        8'h01: out=8'h02;
        8'h01: out=8'h02;

powered by: WebSVN 2.1.0

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