|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
工程代码如下:
module test(
inout wire [15:0] data,
input wire [13:0] addr,
input wire
ce,
input
wire
we,
input wire
oe,
input wire
i_clk,
input wire
i_rst_n
);
endmodule
最后生成的test.sof文件有3459KB,实际上没有占用什么资源,为什么文件这么大呢??????? |
|