Counter Module Reference

This is the counter module. More...

Hierarchy diagram for Counter:

Top test_Top

Port List

output logic [7:0] count
 The counter output.
input logic ck
 Input clock.
input logic reset_N
 Asynch reset_N.

Always Blocks

always_ff @(posedge ck or
negedge reset_N
counter
 Counter process.

Functions

function increment (input [7:0] val)
 Increment function.

Detailed Description

This is the counter module.

It is used by Top An full documentation of the file is written her. This text will only show when looking at the file, not the modules! 2nd line is more detailed documentation of the file And 3rd line. Force line shift
with <br>.

About this thing

Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blahhhh!

More about this thing

Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blahhhh!

Even more about this thing

Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah blah blah blah blah. Blahhhh!

A brief description of the counter module. This is a more detailed description of the module. This text will only show when looking at the module Counter. Blah blah blah, blah blah blah blah blah blah blah blah. Blah blah blah, blah blah blah blah, blah blah blah blah blah. Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah, blah boh blah blah boh blah blah blah blah blah blah blah blah blah blah blah blah, blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah!

See also:
Top.sv A nice way to add extra references

Definition at line 34 of file Counter.sv.


Function Documentation

function Counter::increment ( inputval  [7:0]  ) 

Increment function.

Does some couting.

Definition at line 45 of file Counter.sv.


Field Documentation

output logic [7:0] Counter::count

The counter output.

Definition at line 36 of file Counter.sv.

input logic Counter::ck

Input clock.

Definition at line 37 of file Counter.sv.

input logic Counter::reset_N

Asynch reset_N.

Definition at line 38 of file Counter.sv.

always_ff @ ( posedge ck or negedge reset_N ) Counter::counter

Counter process.

Does some important things and returns something else. This process is named counter

Definition at line 53 of file Counter.sv.


The documentation for this module was generated from the following file:
Generated on Thu Aug 14 17:17:34 2008 for ExampleProjects by  doxygen 1.5.2-SystemVerilog-20080806