My end goal is to get a netlist I don't need to touch. Is it possible to create an schematic_RCX view for a cell (regular schematic view) and add a component to that schematic which specifies a file to include in the netlist for that cell?
For example, when the netlist for the cell is created, the file will look like :
.........
subckt block_name ....
..........
// normal component lines
........
include "/path/to/user/specified/file"
ends block_name
....
// other component lines
Since there are components like PWL waveforms that can read files, this is of course feasible, but is it already available/easy is what I'm really after...
Thanks!!
I can not find the solution file ,pls give me the links