Gast
#2075601
Ich benutze ISE / EDK 12.3 und versuche, einen peripheral Core mit instanziiert CORE Generator-IP-Core (Netzliste) in user_logic.vhd zu importieren. Die BBD-Datei ist in dem Ordner data, und die Netzliste des Kerns sind im netlist Ordner. Die MPD-Datei scheint richtig zu sein: # # Optionen für Peripheriegeräte OPTION IPTYPE = Umfangskraft OPTION IMP_NETLIST = TRUE OPTION HDL = MIXED OPTION IP_GROUP = MicroBlaze: PPC: USER Option style = MIX OPTION RUN_NGCBUILD = TRUE Im XPS ERROR:NgdBuild:604 - logical block 'daf_0/daf_0/USER_LOGIC_I/my_fifo' with type 'fifo' could not be resolved. A pin name misspelling can cause this, a missing edif or ngc file, case mismatch between the block name and the edif or ngc file name, or the misspelling of a type name. Symbol 'fifo' is not supported in target 'spartan6'. Ich habe ausprobiert, das box_type Attribut für die instanziierte Komponente (user_)black_box zu setzen, aber das half auch nicht. Hat jemand eine Idee?