[Moved]: What does discipline.h means & how can I get it?

Status
Not open for further replies.

Papiya_Akter

Newbie level 4
Joined
Dec 20, 2014
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
27
Dear all,
In many modelling code of cadence /*include"discipline.h"*/ is a very common command. What is this "discipline.h" & how can I get this file? Can anyone please give me any link or ideal to get this "discipline.h" file???
I need this for /* Berkeley BSIM3v3.2.0 & BSIM3v3.2.4 (default) Verilog-A model */.
Thank you all.
 

Re: What does discipline.h means & how can I get it?

You should be able to access the header by first making sure that the file is in the same folder as your workspace project and by "importing" it with "#". For example:


Code Verilog - [expand]
1
#include "discipline.h"



include (no pun intended) the double quotations as well.

hope that helps...
 
Last edited by a moderator:

    V

    Points: 2
    Helpful Answer Positive Rating
Re: What does discipline.h means & how can I get it?

Thanks
But where I will get that file?
 

Re: What does discipline.h means & how can I get it?

But where I will get that file?

That file is a part of the Cadence distribution.
The file is located in the directory:
your_install_dir/tools/dfII/samples/artist/spectreHDL/include
,where your_install_dir is the path to the Cadence installation directory.
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…