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/] [counter_all.v] - Diff between revs 7 and 8

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

Rev 7 Rev 8
Line 37... Line 37...
                `counterType2   :       begin
                `counterType2   :       begin
                                                                typeNext = DownCounter;
                                                                typeNext = DownCounter;
                                                                end
                                                                end
 
 
                default                 :       begin
                default                 :       begin
                                                                $display ("counter is of undefined type.\n Valid types are Up counter & Down counter");
                                                                $display ("\ncounter is of undefined type.\n Valid types are Up counter & Down counter");
                                                                end
                                                                end
                endcase
                endcase
        end
        end
 
 
 
 
Line 108... Line 108...
                                                        end
                                                        end
 
 
 
 
 
 
                default         :       begin
                default         :       begin
                                                        $display ("     error in counter type   ");
                                                        $display ("\nerror in counter type      ");
                                                        end
                                                        end
 
 
                endcase
                endcase
        end
        end
 
 

powered by: WebSVN 2.1.0

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