G
gck
Guest
I compile following program and its getting compiled without any error
`timescale 1ns/1ns
module delaybuf(output y,
input a);
buf u1 (y,a);
specify
(a*>y)=5;
endspecify
endmodule // delaybuf
but when I am trying to simulate it, error shows
Fatal: (vsim-3613) Top-level instantiation of Verilog optimized cell
'delaybuf' is not allowed.
don't get simulate.
I using Questasim 6.2b
Thanks in advance
`timescale 1ns/1ns
module delaybuf(output y,
input a);
buf u1 (y,a);
specify
(a*>y)=5;
endspecify
endmodule // delaybuf
but when I am trying to simulate it, error shows
Fatal: (vsim-3613) Top-level instantiation of Verilog optimized cell
'delaybuf' is not allowed.
don't get simulate.
I using Questasim 6.2b
Thanks in advance