Skip to content
New issue

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

移植Quartus出错 #6

Open
shiyi-jiaqiu opened this issue Dec 11, 2021 · 1 comment
Open

移植Quartus出错 #6

shiyi-jiaqiu opened this issue Dec 11, 2021 · 1 comment

Comments

@shiyi-jiaqiu
Copy link

您的外设每个都是256M,25T的资源有限,我在quartus中选择10lp中最多资源的(比35t多很多)也无法通过编译,我不理解您怎么通过编译的,外设的大小可以控制吗

@JasonLrh
Copy link

JasonLrh commented Jun 1, 2022

你可能得用m9k资源而不是该文档默认的reg来充当ram或rom,在ram.v和rom.v中更改。自己生成ip核心ram_quartus

ram_quartus u_ram_quartus0(
        .address(addr_i[31:2]),
        .clock(clk),
        .data(data_i),
        .wren(we_i),
        .q(data_o)
    );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants