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

Subversion Repositories instruction_list_pipelined_processor_with_peripherals

[/] [instruction_list_pipelined_processor_with_peripherals/] [trunk/] [hdl/] [tcAccum.v] - Diff between revs 7 and 8

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

Rev 7 Rev 8
Line 18... Line 18...
        always @ (tcAccumRead or tcAddr)
        always @ (tcAccumRead or tcAddr)
        begin
        begin
                if (tcAccumRead)
                if (tcAccumRead)
                begin
                begin
                        tcAccumOut = ACC_all[tcAddr];
                        tcAccumOut = ACC_all[tcAddr];
                        $write ("       reading t/c accumulated value   : module tcAccum        ");
                        $write ("\nreading t/c accumulated value        : module tcAccum        ");
                end
                end
        end
        end
 
 
        assign ACC_all[0] = tcAccumIn[`tcAccLen-1:0];
        assign ACC_all[0] = tcAccumIn[`tcAccLen-1:0];
        assign ACC_all[1] = tcAccumIn[(`tcAccLen*2)-1:`tcAccLen];
        assign ACC_all[1] = tcAccumIn[(`tcAccLen*2)-1:`tcAccLen];

powered by: WebSVN 2.1.0

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