URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 10 |
Line 1... |
Line 1... |
//
|
//
|
// PERIPHERAL timer: @NAME@
|
// PERIPHERAL timer: @NAME@
|
|
// Copyright 2013, Sinclair R.F., Inc.
|
//
|
//
|
localparam L__COUNT = @RATEMETHOD@-1;
|
localparam L__COUNT = @RATEMETHOD@-1;
|
localparam L__COUNT_NBITS = $clog2(L__COUNT);
|
localparam L__COUNT_NBITS = $clog2(L__COUNT);
|
generate
|
generate
|
reg [L__COUNT_NBITS-1:0] s__count = L__COUNT[0+:L__COUNT_NBITS];
|
reg [L__COUNT_NBITS-1:0] s__count = L__COUNT[0+:L__COUNT_NBITS];
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.