Forum Discussion

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

problem with connection in .bdf

Hi all,

I found a problem when i try to connect the pin in .bdf file~

This is part of my verilog file

output [24:0] fsa,

wire [25:0] address_to_the_cfi_flash;

assign fsa = address_to_the_cfi_flash[25:1];

My problem is that how can i connect the [25:1] to the pin with [24:0] in a bdf file ?

Thanks!

Jeorge

2 Replies

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

    Hello,

    Draw a wire from fsa, click right on it, and on the name type "address_to_the_cfi_flash[25..1]". The connection is made !

    The join picture illustrates that.

    Jérôme