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/] [tcReset.v] - Diff between revs 10 and 12

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

Rev 10 Rev 12
Line 50... Line 50...
        output [`tcNumbers-1:0] resetOut;
        output [`tcNumbers-1:0] resetOut;
 
 
        reg [`tcNumbers-1:0] resets;
        reg [`tcNumbers-1:0] resets;
 
 
 
 
        always @ *
        always @ (posedge tcResetEn)
        begin
        begin
                if (tcResetEn)
                if (tcResetEn)
                begin
                begin
                        resets[tcAddr] = resetIn;
                        resets[tcAddr] = resetIn;
                end
                end

powered by: WebSVN 2.1.0

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