我正在使用Xilinx ISE 14.7,我想将Microblaze IP内核嵌入到我的FPGA中,但我无法让IP核生成器在Linux上运行。
我在Windows 7上工作:一切正常,包括模拟!然后我在我的PC上安装了Linux Mint 17.3,安装了Xilinx ISE,设置了所有内容,但是当我生成Microblaze IP时,我收到一条奇怪的Tcl错误消息。生成FiFo IP没有问题;发电机只能在Microblaze上发生故障。我的PC CPU是64位Intel双核。
控制台输出如下:
INFO:sim:172 - Generating IP...
Applying current project options...
Finished applying current project options.
WARNING:sim - Verilog simulation file type 'Behavioral' is not valid for this
core. Overriding with simulation file type 'Structural'.
WARNING:sim - A core named 'microblaze_mcs' already exists in the project.
Output products for this core may be overwritten.
Resolving generics for 'microblaze_mcs'...
WARNING:sim - Verilog simulation file type 'Behavioral' is not valid for this
core. Overriding with simulation file type 'Structural'.
WARNING:sim - A core named 'microblaze_mcs' already exists in the project.
Output products for this core may be overwritten.
Applying external generics to 'microblaze_mcs'...
Delivering associated files for 'microblaze_mcs'...
Generating implementation netlist for 'microblaze_mcs'...
INFO:sim - Pre-processing HDL files for 'microblaze_mcs'...
Running synthesis for 'microblaze_mcs'
Running ngcbuild...
INFO:sim - Running microblaze_mcs_gen_script.tcl
WARNING:coreutil - no files matched glob pattern "./_cg/*/system_template.tcl"
while executing "glob "./_cg/*/system_template.tcl""
(procedure "bmm_xml" line 244)
invoked from within
"bmm_xml $argc $argv"
invoked from within
"return [bmm_xml $argc $argv]"
(file "/opt/Xilinx/14.7/ISE_DS/ISE/coregen/ip/xilinx/primary/com/xilinx/ip/microblaze_mcs_v1_4/microblaze_mcs_gen_script.tcl" line 482)ERROR:sim - Unable to evaluate Tcl file:
/opt/Xilinx/14.7/ISE_DS/ISE/coregen/ip/xilinx/primary/com/xilinx/ip/microblaze_mcs_v1_4/microblaze_mcs_gen_script.tcl
ERROR:sim - Failed executing Tcl generator.
ERROR:sim - Failed to generate 'microblaze_mcs'. Failed executing Tcl
generator.
Wrote CGP file for project 'microblaze_mcs'.
Core Generator edit command failed.
有人可以帮我吗?