Aunque esta es una pregunta muy específica, creo que alguien de este sitio podría dar información interesante.
Estoy usando un SFF SDR de Lyrtech
Estoyintentandogenerarunarchivo.bitutilizandounarchivo.vhdyunarchivo.ucf.
Miprogramaesmuysimpleyenciendeunledyapagalosdemás.
libraryIEEE;useIEEE.STD_LOGIC_1164.ALL;useIEEE.STD_LOGIC_ARITH.ALL;useIEEE.STD_LOGIC_UNSIGNED.ALL;----Uncommentthefollowinglibrarydeclarationifinstantiating----anyXilinxprimitivesinthiscode.--libraryUNISIM;--useUNISIM.VComponents.all;entityoneledisPort(o_FpgaLed0_p:outSTD_LOGIC;o_FpgaLed1_p:outSTD_LOGIC;o_FpgaLed2_p:outSTD_LOGIC;o_FpgaLed3_p:outSTD_LOGIC;o_FpgaLed4_p:outSTD_LOGIC);endoneled;architectureBehavioralofoneledisbegino_FpgaLed0_p<='1';o_FpgaLed1_p<='0';o_FpgaLed2_p<='0';o_FpgaLed3_p<='0';o_FpgaLed4_p<='0';endBehavioral;
Comopuedesver,esunprogramamuysimplesoloparaaprenderausarestetablero.
Mipreguntaes.¿Quéocurre,necesitounarchivomás?Graciasporsuayuda.
Esteesunenlaceparadescargarmiarchivoderestricciones.
Tengo estos mensajes de error:
ERROR:ConstraintSystem:59 - Constraint <NET "i_FpgaClk_p" TNM_NET =
"i_FpgaClk_p";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(29)]: NET "i_FpgaClk_p" not found.
Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
ERROR:ConstraintSystem:59 - Constraint <NET "i_PllMClkg_p" TNM_NET =
"i_PllMClkg_p";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(32)]: NET "i_PllMClkg_p" not found.
ERROR:ConstraintSystem:59 - Constraint <NET "Top_l/ClkOpb_s" TNM =
"100MhzOpbClk";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(49)]: NET "Top_l/ClkOpb_s" not
found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
ERROR:ConstraintSystem:59 - Constraint <NET "Top_l/ClkVpss_s" TNM =
"75MhzVpssClk";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(53)]: NET "Top_l/ClkVpss_s" not
found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
ERROR:ConstraintSystem:59 - Constraint <Net "i_nLyrio1AbInt_p" IOSTANDARD =
"LVCMOS33";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(63)]: NET "i_nLyrio1AbInt_p" not
found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.
ERROR:ConstraintSystem:59 - Constraint <Net "i_Lyrio1AbReady_p" IOSTANDARD =
"LVCMOS33";> [C:/Dropbox/Archivos sobre mi
PFC/Files_ucf/sdrioring_virtex4ffg668.ucf(64)]: NET "i_Lyrio1AbReady_p" not
found. Please verify that:
1. The specified design element actually exists in the original design.
2. The specified object is spelled correctly in the constraint source file.