微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > [Moved]: What does discipline.h means & how can I get it?

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

时间:03-30 整理:3721RD 点击:
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.

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...

Thanks
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.

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top