SerialLite II IP Core User Guide

ID 683179
Date 7/13/2021
Public
Document Table of Contents

4.4.4. Clock and Reset Generator

The DUT and the SISTER use a common clock, with the frequency set by the Quartus Prime software.
There is one master reset signal (reset_n) that resets all the logic in the demonstration testbench (DUT, SISTER(s), AGENs, AMONs, and status monitors).
Note: Ensure reset_n to the IP core starts high at Time=0, and then goes low for proper reset of the simulation model. Some simulators do not detect the transition if reset_n is asserted low at Time=0.
To allow for easy modification, the reset section of the testbench is marked by start–end comment tags:
SERIALLITE2_TB_RESET_START
ERIALLITE2_TB_RESET_END

The clock and reset utilities are included in the testbench top-level file.