Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

terminal(input or output) adding

Hi

there is two circuit with one input and one output. How can I connect the output of the first circuit to the input of the other circuit without line(wire)?

(it is available in the logic emulator programs connecting two circuit without line(wire) using terminals)

Best regards

7 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    wires with the same name are connected (outside the SOPC block).

    without using a BDF, you could use instantiations in verilog.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thank you very much for the solution

    the problem is solved. Can I assign the wire name to the input or output of the block? or the alternative method

    Best regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    | block 1 output |------>wire_name

    | |

    |____________________|

    wire_name------>|input block 2 |

    | |

    |____________ ________|

    the two blocks do not need o be directly connect.

    but altera specifies that in BDF same input and output names are not connected, and you need to connect them manually.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    thanks for reply.

    How can I assign the output of "output pin" to the input of "the input pin"? or

    Is there a method this?

    best regards
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi

    How can I solve without wire instead of connecting the wires to the inputs of the "SP" named block in the attachment file? for example, How can I assign the "BUSL00" named wire to the "BUSL00" named input of the block without wire?

    Best regard