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.

FPGA Advantage and VHDL COnfiguration file

Status
Not open for further replies.

AMCC

Member level 2
Joined
May 31, 2001
Messages
44
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
396
Hi,
I’m a newbie on VHDL (and on Advantage also )
I’m using FPGA Advantage 6.2 and I’m trying to use VHDL configuration file to select the desired architecture for synthesis.
My configuration file is:

configuration top_entity_config of top_entity is
for struct
for all : reg
use entity pci_acp.reg(v1_0);
end for;
end for;
end top_entity_config;


I’m trying to use architecture v1_0 of the entity reg of the library pci_acp. The problem is that architecture v1_1 (from reg and also on library pci_acp) is ‘set as default’ and when generating the script files v1_1 is called instead of the architecture defined in the configuration file.

I hope you can help me.

Thank you in advance.

Best Regards

AMCC
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top