UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
09-23-2011 03:33 AM
Hi,
I have round about 80 warnings of similar type:
Par:288 - The signal XLXI_163/Mram_memory37_RAMD_O has no load. PAR will not attempt to route this signal.
I guess the warnings caused by this statement :
type memArray is array(0 to 1023) of STD_LOGIC_VECTOR(15 downto 0); -- Speicher mit 1024*16Bit anlegen
signal memory : memArray;
What can I do to avoid these warnings ?
Many thanks !
09-23-2011 04:21 AM
09-23-2011 04:21 AM
09-23-2011 04:47 AM
Ok, so in this case I have to ignore the warnings.
Thanks a lot !