problem with synthesis NOC router

Status
Not open for further replies.

mostafa272

Junior Member level 3
Joined
Dec 16, 2010
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,493
Hi

I want to work on NOC router architecture,so I use Atlas tool to create VHDL code of my NOC.
for first test,I made a 4x4 Hermes NOC,and I tried to synthesis it with Xilinx ISE 14.7,but I received this error:"RouterBR.vhd line 51:Generic <address> has not been given a value.",I don't know how can I solve it. please help me
 

"RouterBR.vhd line 51:Generic <address> has not been given a value."
There is a generic that doesn't have a value. Look at your instantiated component, the component declaration (if you used one) and the entity of the component. Also look at line 51 in the RouterBR file and search for the address generic to see if it's even exists in the file.

You need to work on your debugging skills...like learning how to do even the most rudimentary debugging.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…