Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

input[7..0] to output[0..7]

Altera_Forum
Honored Contributor II
3,233 Views

can i connect in .bdf file 2 bus in this mode? 

 

input[7] -> output[0] 

input[6] ->output[1] 

... 

input[0] ->output[7] 

 

 

is this the right text mode? 

 

input[7..0] output[0..7]
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
1,638 Views

If, by text mode, you mean AHDL - then the answer is yes.

0 Kudos
Altera_Forum
Honored Contributor II
1,638 Views

No, i do not want edit the verilog code. 

I want invert bus in bdf file
0 Kudos
Altera_Forum
Honored Contributor II
1,638 Views

Connect input[7..0] and output[0..7] bus lines through a SOFT buffer

0 Kudos
Altera_Forum
Honored Contributor II
1,638 Views

Tnk-you for reply, but i am a novice altera developer.. :( 

what is a SOFT buffer? 

regards
0 Kudos
Altera_Forum
Honored Contributor II
1,638 Views

It is a virtual buffer that will be eliminated by logic synthesis. You find it in Primitives->Buffer section of bdf editor symbol libraries. 

Its purpose is only to allow you to connect traces with different names.
0 Kudos
Altera_Forum
Honored Contributor II
1,638 Views

tnks . 

regards
0 Kudos
Reply