Thomas Popp
Guest
Wed Feb 17, 2010 3:43 pm
Hi,
I recently switched from IC-CDB 5.1.41 to IC-OA 6.1.3. As a matter of
fact, the stream-in/out tool PIPO has been replaced by XStream. The
transition went smoothly except for one thing:
For PIPO, the option "replaceBusBitChar" could be set to "true" in the
template file. This had the effect that signal names like mysignal[12]
were translated to mysignal<12> during stream-in and vice versa during
stream-out. It seems that such a functionality is not available for
XStream. The original option is not even mentioned in the PIPO->XStream
adoption guide and there is no further information available on the
Cadence support website.
Can anyone advise me on how to achieve such a translation with XStream?
I need it to match layouts (produced by XStream -> uses [x]) and
schematics (produced by VerilogIn -> uses <x>). I hope, it doesn't need
to be done manually.
Thanks,
-Thomas
Andrew Beckett
Guest
Fri Feb 19, 2010 4:14 pm
Thomas Popp wrote, on 02/17/10 14:43:
Quote:
Hi,
I recently switched from IC-CDB 5.1.41 to IC-OA 6.1.3. As a matter of
fact, the stream-in/out tool PIPO has been replaced by XStream. The
transition went smoothly except for one thing:
For PIPO, the option "replaceBusBitChar" could be set to "true" in the
template file. This had the effect that signal names like mysignal[12]
were translated to mysignal<12> during stream-in and vice versa during
stream-out. It seems that such a functionality is not available for
XStream. The original option is not even mentioned in the PIPO->XStream
adoption guide and there is no further information available on the
Cadence support website.
Can anyone advise me on how to achieve such a translation with XStream?
I need it to match layouts (produced by XStream -> uses [x]) and
schematics (produced by VerilogIn -> uses<x>). I hope, it doesn't need
to be done manually.
Thanks,
-Thomas
On the Options form for File->Export/Import->Stream you can set (on the General
Tab) the "Text Namespace" to (say) Verilog.
Regards,
Andrew.
Thomas Popp
Guest
Wed Mar 03, 2010 9:05 am
Am 19.02.2010 16:14, schrieb Andrew Beckett:
Quote:
Thomas Popp wrote, on 02/17/10 14:43:
Hi,
I recently switched from IC-CDB 5.1.41 to IC-OA 6.1.3. As a matter of
fact, the stream-in/out tool PIPO has been replaced by XStream. The
transition went smoothly except for one thing:
For PIPO, the option "replaceBusBitChar" could be set to "true" in the
template file. This had the effect that signal names like mysignal[12]
were translated to mysignal<12> during stream-in and vice versa during
stream-out. It seems that such a functionality is not available for
XStream. The original option is not even mentioned in the PIPO->XStream
adoption guide and there is no further information available on the
Cadence support website.
Can anyone advise me on how to achieve such a translation with XStream?
I need it to match layouts (produced by XStream -> uses [x]) and
schematics (produced by VerilogIn -> uses<x>). I hope, it doesn't need
to be done manually.
Thanks,
-Thomas
On the Options form for File->Export/Import->Stream you can set (on the
General Tab) the "Text Namespace" to (say) Verilog.
Regards,
Andrew.
Hi Andrew,
Thanks a lot, that was exactly the option I was looking for. It works
fine now.
-Thomas