quartussII 3.0 , block editor, how to connect signals of bus

C

chi

Guest
Hi all,

For example, I want to connect a[1] to b[0], where both a and b are
buses in the current file of block editor. How to do that? Can you
show documents on how to use block editor?

I've been using VHDL for years, graphical design entry of QuartusII
looks wired to me. I'm trying to get familar with it.

Thanks a lot.

Chi
 
Use the WIRE primitive and use a[1] as the name of the input to te WIRE
primitive, and b[0] as the name of the ouput of the WIRE primitive. You can
insert the WIRE primitive from the Symbol Enter box.

|\
a[1] | \ b[0]
-------------| /----------------
|/
Where the buf type symbol is the WIRE primitive.

Alternatively if you are using Blocks instead of symbols you an use Conduits
and set the properties of the mappers correctly. This information is
available in the online help for Quartus.

- Subroto Datta
Altera Corp.

"chi" <chi_huageng@yahoo.com> wrote in message
news:232ce803.0402131341.2dc8763a@posting
..google.com...
Hi all,

For example, I want to connect a[1] to b[0], where both a and b are
buses in the current file of block editor. How to do that? Can you
show documents on how to use block editor?

I've been using VHDL for years, graphical design entry of QuartusII
looks wired to me. I'm trying to get familar with it.

Thanks a lot.

Chi
 
Thank you Subroto!


"Subroto Datta" <sdatta@altera.com> wrote in message
news:9XqXb.21059$Wk3.20856@newssvr16.news.prodigy.com...
as the name of the input to te WIRE
primitive, and b[0] as the name of the ouput of the WIRE primitive. You
can
insert the WIRE primitive from the Symbol Enter box.

|\
a[1] | \ b[0]
-------------| /----------------
|/
Where the buf type symbol is the WIRE primitive.

Alternatively if you are using Blocks instead of symbols you an use
Conduits
and set the properties of the mappers correctly. This information is
available in the online help for Quartus.

- Subroto Datta
Altera Corp.

"chi" <chi_huageng@yahoo.com> wrote in message
news:232ce803.0402131341.2dc8763a@posting
.google.com...
Hi all,

For example, I want to connect a[1] to b[0], where both a and b are
buses in the current file of block editor. How to do that? Can you
show documents on how to use block editor?

I've been using VHDL for years, graphical design entry of QuartusII
looks wired to me. I'm trying to get familar with it.

Thanks a lot.

Chi
 

Welcome to EDABoard.com

Sponsor

Back
Top