SystemVerilog Clocking Block語法詳解及開發經驗總結
目录
SystemVerilog Clocking Block語法詳解及開發經驗總結
二、Clocking block terminologies
5.1、參見:[SV]SystemVerilog Modport語法詳解以及在Interface中的使用案例_元直数字电路验证的博客-CSDN博客_modport
A clocking block specifies timing and synchronization for a group of signals.
The clocking block specifies,
- The clock event that provides a synchronization reference for DUT and testbench
- The set of signals that will be sampled and driven by the testbench
- The timing, relative to the clock event, that the testbench uses to drive and sample those signals