Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Verilog-A import variables from file

$
0
0
I first had tested this by running spectre standalone. I've now done it more like you suggested - as follows: Assuming I'm creating mylib/myblock/veriloga Create mylib/myblock/verilogaInc as a "text" view (not as a VerilogA view). In this text view create your variable definitions Then in mylib/myblock/veriloga you can add: `include "../verilogaInc/text.txt" That works with both the checker in Virtuoso - it finds the included file, plus when you run simulation. Regards, Andrew.

Viewing all articles
Browse latest Browse all 33813

Trending Articles