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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [rtl/] [common/] [FT64_iexpander.v] - Diff between revs 52 and 58

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

Rev 52 Rev 58
Line 56... Line 56...
                        expand[5:0] = `ADDI;
                        expand[5:0] = `ADDI;
                        end
                        end
        default:
        default:
                        begin
                        begin
                        expand[47:32] = 16'h0000;
                        expand[47:32] = 16'h0000;
                        expand[31:18] = {{6{cinstr[11]}},cinstr[11:8],cinstr[5]};
                        expand[31:18] = {{9{cinstr[11]}},cinstr[11:8],cinstr[5]};
                        expand[17:13] = cinstr[4:0];
                        expand[17:13] = cinstr[4:0];
                        expand[12:8] = cinstr[4:0];
                        expand[12:8] = cinstr[4:0];
                        expand[7:6] = 2'b10;
                        expand[7:6] = 2'b10;
                        expand[5:0] = `ADDI;
                        expand[5:0] = `ADDI;
                        end
                        end

powered by: WebSVN 2.1.0

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