bus pin paranth. conversion problem in .v to sch. utility

Discussion in 'Cadence' started by ARAVIND, Apr 29, 2004.

  1. ARAVIND

    ARAVIND Guest

    I have a situation:
    From ICFB I am importing verilog to schematic.
    Its giving me the required schematic. (thats just fine and i am on what i want)

    But the pins of a bus named as xyz[0] in verilog
    are getting converted as xyz<0> in schematic.

    Meaning [ ] the paranthesis as < > in sch.
    (I have done this long back but not able to recall where ? )

    Where should I set option to get the pins same as in verilog file?
     
    ARAVIND, Apr 29, 2004
    #1
  2. The schematic syntax for the bus is < >. However if you produce a netlist of
    that schematic. You will get back
    your [ ] if you netlist is verilog. As I known you can not use [ ] for the
    busses in schematic.
    ttt
     
    tritue truong, Apr 29, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.