T
Tao Chen
Guest
Hi,
I am using a vector file to generate the digital stimulus for my
simulations. I met some difficulty after Cadence upgrading to
5.10.41.500.6.
In my schematic, the digital input bus is named "in<12:0>". In old
Cadence, in the netlist generated this bus is named as "in_12",
"in_11",... "in_0". So the signal name in the vector file can be
defined as:
vname in_[11:0]
However, after upgrading, the netlist generated by new Cadence names
the bus as "in\<11\>", "in\<10\>", ... "in\<0\>". I tried to change
the signal name in the vector file as:
vname in<[11:0]>
or
vname in\<[11:0]\>
Neither of them works. Any suggestions would be appreciated!
Thanks!
Tao
I am using a vector file to generate the digital stimulus for my
simulations. I met some difficulty after Cadence upgrading to
5.10.41.500.6.
In my schematic, the digital input bus is named "in<12:0>". In old
Cadence, in the netlist generated this bus is named as "in_12",
"in_11",... "in_0". So the signal name in the vector file can be
defined as:
vname in_[11:0]
However, after upgrading, the netlist generated by new Cadence names
the bus as "in\<11\>", "in\<10\>", ... "in\<0\>". I tried to change
the signal name in the vector file as:
vname in<[11:0]>
or
vname in\<[11:0]\>
Neither of them works. Any suggestions would be appreciated!
Thanks!
Tao