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

Subversion Repositories rtf65002

[/] [rtf65002/] [trunk/] [rtl/] [verilog/] [load_tsk.v] - Diff between revs 35 and 36

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

Rev 35 Rev 36
Line 31... Line 31...
                                        b8 <= dat8;             // for the orb instruction
                                        b8 <= dat8;             // for the orb instruction
                                        state <= CALC;
                                        state <= CALC;
                                end
                                end
        `WORD_311:      // For pla/plx/ply/pop/ldx/ldy
        `WORD_311:      // For pla/plx/ply/pop/ldx/ldy
                                begin
                                begin
 
                                        if (ir9==`POP)
 
                                                Rt <= ir[15:12];
                                        res <= dat;
                                        res <= dat;
                                        state <= isPopa ? LOAD_MAC3 : IFETCH;
                                        state <= isPopa ? LOAD_MAC3 : IFETCH;
                                end
                                end
        `WORD_312:
        `WORD_312:
                        begin
                        begin
Line 175... Line 177...
                                wdat <= a;
                                wdat <= a;
                                if (isIY)
                                if (isIY)
                                        state <= IY3;
                                        state <= IY3;
                                else if (ir9==`ST_IX)
                                else if (ir9==`ST_IX)
                                        state <= STORE1;
                                        state <= STORE1;
 
                                else if (ir9==`LEA_IX) begin
 
                                        res <= dat;
 
                                        next_state(IFETCH);
 
                                end
                                else begin
                                else begin
                                        load_what <= `WORD_310;
                                        load_what <= `WORD_310;
                                        state <= LOAD_MAC1;
                                        state <= LOAD_MAC1;
                                end
                                end
                        end
                        end

powered by: WebSVN 2.1.0

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