tsuresh
Newbie level 4
- Joined
- Nov 28, 2008
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,321
Hi,
How can I use the command line option as a switch inside verilog model ?
Ex:
My command line is (say)
ncelab -delay_mode unit
(or)
ncelab -delay_mode zero
How can I use "unit" or "zero" inside verilog model ?
Requirement is:
I want to change some timings depends on this switch.
Regards,
suresh
How can I use the command line option as a switch inside verilog model ?
Ex:
My command line is (say)
ncelab -delay_mode unit
(or)
ncelab -delay_mode zero
How can I use "unit" or "zero" inside verilog model ?
Requirement is:
I want to change some timings depends on this switch.
Regards,
suresh