Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ048
Page ↗
Q048DVDesignASIC interview problem

Type parameters

TechniquesSystemVerilogElaboration and reuse
DifficultyEasy
TopicSV
LanguageSystemVerilog
Format4 choices
01

Problem

What is the type of port a in this instance?

Module declarationSystemVerilog
module holder #(parameter type T = int) (input T a); endmodule
holder #(.T(logic [7:0])) u (.a(sig));
02

Answer choices (4)