Answer:
c. stating in the chip header that this is a built-in chip.
Step-by-step explanation:
The header of an HDL program is as follows;
CHIP chip name
{
IN input pin name
// statements
}
Syntax:
The stimulator is using the following logic
If Xxx.hdl exists
then load it into the stimulator
else if Xxx.hdl exists in the built-in chips
then load it into the stimulator and the chip header
else
display "error message"
*STATING IN THE CHIP HEADER THAT THIS IS A BUILT-IN CHIP