Essen
Guest
Fri Apr 22, 2011 4:51 pm
Hi all,
I have a verilog model with specified output delay which is described
as following code. And I add a directive "`resetall" to prevent user
set
"`delay_mode_zero" at their top test-bench. But, the output delay was
disappear recently in other users' environment. And, I don't know why?
Any suggestion for keeping my model's output delay value without
affecting
by users' simulation options or settings ?
Thanks!
buf #0.35 I0 (rddata[0], rddata_tmp[0]);
Jonathan Bromley
Guest
Fri Apr 22, 2011 7:50 pm
On Fri, 22 Apr 2011 07:51:34 -0700 (PDT), Essen <essen.tw_at_gmail.com>
wrote:
Quote:
Hi all,
I have a verilog model with specified output delay which is described
as following code. And I add a directive "`resetall" to prevent user
set
"`delay_mode_zero" at their top test-bench. But, the output delay was
disappear recently in other users' environment. And, I don't know why?
Any suggestion for keeping my model's output delay value without
affecting
by users' simulation options or settings ?
Thanks!
buf #0.35 I0 (rddata[0], rddata_tmp[0]);
What's your `timescale setting?
--
Jonathan Bromley
Essen
Guest
Sun Apr 24, 2011 3:25 pm
On 4月23日, 上午3時50分, Jonathan Bromley <s...@oxfordbromley.plus.com>
wrote:
Quote:
On Fri, 22 Apr 2011 07:51:34 -0700 (PDT), Essen <essen...@gmail.com
wrote:
Hi all,
I have a verilog model with specified output delay which is described
as following code. And I add a directive "`resetall" to prevent user
set
"`delay_mode_zero" at their top test-bench. But, the output delay was
disappear recently in other users' environment. And, I don't know why?
Any suggestion for keeping my model's output delay value without
affecting
by users' simulation options or settings ?
Thanks!
buf #0.35 I0 (rddata[0], rddata_tmp[0]);
What's your `timescale setting?
--
Jonathan Bromley
My timescale is 1ns/1ps