我正在尝试使用xilinx 14.2中的核心生成器生成内存(简单的双端口ram)。问题是在合成过程中说:
ERROR:sim - Failed to run command ' -p xc3s100e-5cp132 -sd "C:/Users/ORiON/register_file/ipcore_dir/tmp/_cg/_dbg/" -sd "C:/Users/ORiON/register_file/ipcore_dir/tmp/_cg/" -dd "C:/Users/ORiON/register_file/ipcore_dir/tmp/_cg/_dbg/" "MEM_aRd_sWr_16x32" "C:/Users/ORiON/register_file/ipcore_dir/tmp/_cg/MEM_aRd_sWr_16x32.ngc" -intstyle xflow'. Executable file not found. ERROR:sim - Failed executing Tcl generator. Wrote CGP file for project 'MEM_aRd_sWr_16x32'. Core Generator create command failed. ERROR:sim - Failed to generate 'MEM_aRd_sWr_16x32'. Failed executing Tcl generator.
答案 0 :(得分:1)
命令本身缺失。
Failed to run command 'A_COMMAND_SHOULD_BE_HERE -p xc3s100e-5cp132 -sd
我认为这是一种调用此命令的脚本或makefile,命令被定义为变量。并且未分配变量。那样的东西?