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.

MAX7000 Global assigment in VHDL??

Status
Not open for further replies.

mImoto

Full Member level 4
Full Member level 4
Joined
Feb 21, 2002
Messages
210
Helped
4
Reputation
8
Reaction score
1
Trophy points
1,298
Activity points
1,733
max7000 series and vhdl

Dear All,

I would like to know how to make a global assigment of an internal logic to a global routing signal resource. For example, I have nRST that goes throught a two D flip-flop synchronizer and becomes nGRST. I would like that this nGRST would use global routing, (1) how to do that in Altera QII (MAX7000)?. Also I have another signal nDS that I pass through two D flip-flops sinchronizer. I would like also to connect the nGDS to a global routing resource.

In the two series D flip-flops synchronizers, (2) should I connect the preset/reset signals of the D Flip-Flops to the nGRST, to the nRST or to nothing?.

(3) when a CPLD max7000 powers-up, which is the initial state of the outputs of the D flip-flops??

(4) the Max7000 architecture has a global routing resource for the nCLR of the D flipflops, if in my design I use:

if (nRST = '0') then
then Q <= '1'; -- instead of Q<= '0'
...

this mean that I use the preset of the D flip-flops and not the nCLR, doesn't it? Then, I can't use the global routing for the preset??.

Sorry for these many questions but I am trying to fill my fogs.

Thanks a lot and best regards,

mimoto
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top