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

Subversion Repositories thor

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

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

Rev 48 Rev 51
Line 226... Line 226...
                        expand[25:23] = 3'd7;                   // move current to current
                        expand[25:23] = 3'd7;                   // move current to current
                        expand[22:18] = 5'd0;                   // register set (ignored)
                        expand[22:18] = 5'd0;                   // register set (ignored)
                        expand[17:13] = {cinstr[11:8],cinstr[5]};
                        expand[17:13] = {cinstr[11:8],cinstr[5]};
                        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] = 8'h02;
                        expand[5:0] = 6'h02;
                end
                end
5'b00011:       // ADD
5'b00011:       // ADD
                begin
                begin
                        expand[47:32] = 16'h0000;
                        expand[47:32] = 16'h0000;
                        expand[31:26] = `ADD;
                        expand[31:26] = `ADD;

powered by: WebSVN 2.1.0

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