用quartus编译verilog后没有出现.pof文件
其它程序编译都能生成pof文件,只要是用到模块调用就不能生成了。程序正确能编译得成功程序如下:modulejamp_top(LED);outputLED;wire[3:0...
其它程序编译都能生成pof文件,只要是用到模块调用就不能生成了。程序正确能编译得成功程序如下:
module jamp_top(LED);
output LED;
wire[3:0] LED;
led_ctrl led(.LED(LED));
endmodule
module led_ctrl(LED);
output[3:0] LED;
assign LED=4'b0101;
endmodule 展开
module jamp_top(LED);
output LED;
wire[3:0] LED;
led_ctrl led(.LED(LED));
endmodule
module led_ctrl(LED);
output[3:0] LED;
assign LED=4'b0101;
endmodule 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询