Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ598
Q598DVDesignASIC interview problem

Clocking blocks

TechniquesSystemVerilogInterfaces and timing
DifficultyMedium
TopicVerification Utilities
LanguageSystemVerilog
Format4 choices
01

Problem

What timing intent is expressed by this clocking block?

Starting declarationSystemVerilog
clocking cb @(posedge clk);
  default input #1step output #0;
  input  q;
  output d;
endclocking
02

Answer choices (4)