The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 18th, 2024, 6:35am
Pages: 1
Send Topic Print
Verilog-A table model (Read 4447 times)
diegochi
New Member
*
Offline



Posts: 1

Verilog-A table model
May 21st, 2012, 4:07am
 
Hi to everybody!

I want to model a Mos transistor using a table model. I've saved my data in an external file "dati_mos.txt".
Then I recall it with the instructions:

Code:
parameter string model_file = ".\dati_mos.txt";
I(D,S) <+ $table_model(V(G,S), V(D,S), model_file, "3L,3L"); 



When I compile it, an error occour:

In file /home/xxx/xxx/xxx/table_model.vams line     27:
I(D,S) <+ $table_model(V(G,S), V(D,S), model_file, "3L,3L");
          ^
[Error] Unknown system function $table_model
Error: (valog) Compilation: Analysis failed.


How can I resolve it?
Many thanks!


Back to top
 
 
View Profile   IP Logged
Geoffrey_Coram
Senior Fellow
******
Offline



Posts: 1999
Massachusetts, USA
Re: Verilog-A table model
Reply #1 - May 21st, 2012, 1:48pm
 
It looks to me that your simulator doesn't support $table_model.

You can check with your support representative, or try a different simulator.
Back to top
 
 

If at first you do succeed, STOP, raise your standards, and stop wasting your time.
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.