Hierarchy diagram for Counter:
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. |
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>.
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!
Definition at line 34 of file Counter.sv.
function Counter::increment | ( | inputval | [7:0] | ) |
Counter process.
Does some important things and returns something else. This process is named counter
Definition at line 53 of file Counter.sv.