Hierarchy diagram for Gateclock:
Port List | |
input logic | ckin |
input logic | reset_N |
output logic | ckout |
Always Blocks | |
always_ff @(posedge ckin or negedge reset_N) | always_noname10 |
The module it self. |
Definition at line 3 of file Gateclock.sv.
Definition at line 4 of file Gateclock.sv.
Definition at line 5 of file Gateclock.sv.
Definition at line 7 of file Gateclock.sv.
always_ff @ ( posedge ckin or negedge reset_N ) Gateclock::always_noname10 |