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

Problem about replace SRAM when using Nutshell on pynq-z2 board #189

Open
Gwins7 opened this issue Mar 29, 2024 · 0 comments
Open

Problem about replace SRAM when using Nutshell on pynq-z2 board #189

Gwins7 opened this issue Mar 29, 2024 · 0 comments

Comments

@Gwins7
Copy link

Gwins7 commented Mar 29, 2024

I'm trying to use Nutshell compiled by Chisel 6.2.0, and boot linux kernel using it on Pynq-z2 board. The SRAM arrays generated by Chisel itself somehow do not function properly, and cause read-0-operation on board, which leads to boot fault. In the former version of Nutshell (compiled by Chisel 3), the "./scripts/vlsi_mem_gen" python script is used to substitute SRAM arrays, and there are "--infer-rw" and "--repl-seq-mem" options in Makefile. I have tried substituting Chisel-6-generated array with vlsi_mem_gen's array manually, and it works. As the process of substitution is deprecated in Chisel 6, what should I do if I want to do this substitution automatically (by changing option or scripts)?

@Gwins7 Gwins7 changed the title Problem about replace SRAM when using pynq Problem about replace SRAM when using Nutshell on pynq-z2 board Mar 29, 2024
@Gwins7 Gwins7 closed this as completed Apr 11, 2024
@Gwins7 Gwins7 reopened this Apr 11, 2024
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

1 participant