Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Altera Quartus II questions

Status
Not open for further replies.

axl

Newbie level 6
Joined
Jun 22, 2004
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
107
Using graphics editor in Quartus II:

1) How do I take a signal data[n] from a bus data[m..0], for example, in order to connect it to a single output pin ?

2) How do I specify signal pin-number ?

Thanks
 

Hi,

To select you signal, draw a single node wire connected to your output symbol. Right clic on the wire, choose properties, then give the following name to your signal : data[n]

To assign pin number, choose menu Assignment/Pins. On the left of the assignment window, clic on "Show all known pin names", then assign the pin number to your output ...

Simple, isn't it ?

:wink:
 

Which mathod u wanna use ??
graphical method... or progarming....
if ur using graphical method.. then.... directly on o/p pin of the odule u can write... data[3..0] and say if u wanna conncetdata[1] to other module as an input... write datta[1] there on that pin( connect wire first there)...

all the best
 

@ltera qu@rtus II questions

hey what u have to do is to create a text file specifying the pad name or the port name and the location u want to use on the chip and save it in the format of pin constraint file. the translation, mapping and place and rout tool will identify it out and will hard wire it out for u.

ashish
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top