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

Subversion Repositories simple_customized_counter

[/] [simple_customized_counter/] [trunk/] [OpenCoresLib/] [simple_customized_counter/] [CounterLib.psC] - Diff between revs 50 and 55

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

Rev 50 Rev 55
Line 11... Line 11...
//      by changing the counter type or the operations. In fact you can
//      by changing the counter type or the operations. In fact you can
//      create any functions like a shift register or even an
//      create any functions like a shift register or even an
//      ALU (Arithmetic and Logic Unit) or a calculator.
//      ALU (Arithmetic and Logic Unit) or a calculator.
//
//
// The output always generates an event.
// The output always generates an event.
//     If you don't want the event, remove the colon ':' in the value assignment.
//     If you don't want the event, remove the colon ':' in the assignment.
//         Ex: change oValue := 0; to oValue = 0;
//         Ex: change oValue := 0; to oValue = 0;
//
//
// ===================================================================
// ===================================================================
// There are four counters in the library.
// There are four counters in the library.
//
//

powered by: WebSVN 2.1.0

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