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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…