We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您的外设每个都是256M,25T的资源有限,我在quartus中选择10lp中最多资源的(比35t多很多)也无法通过编译,我不理解您怎么通过编译的,外设的大小可以控制吗
The text was updated successfully, but these errors were encountered:
你可能得用m9k资源而不是该文档默认的reg来充当ram或rom,在ram.v和rom.v中更改。自己生成ip核心ram_quartus
ram_quartus
ram_quartus u_ram_quartus0( .address(addr_i[31:2]), .clock(clk), .data(data_i), .wren(we_i), .q(data_o) );
Sorry, something went wrong.
No branches or pull requests
您的外设每个都是256M,25T的资源有限,我在quartus中选择10lp中最多资源的(比35t多很多)也无法通过编译,我不理解您怎么通过编译的,外设的大小可以控制吗
The text was updated successfully, but these errors were encountered: