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

fail to upload .svf file using esp32 #6

Open
OkenKhuman opened this issue Mar 23, 2020 · 6 comments
Open

fail to upload .svf file using esp32 #6

OkenKhuman opened this issue Mar 23, 2020 · 6 comments

Comments

@OkenKhuman
Copy link

I have tested this code on esp32 and when I try to upload the code it shows "line 421: Allocating memory failed." on the web page... The svf file is generated using 'Quartus 2'
op.zip
I attached the file (.svf file) for your concern...
please help me

@emard
Copy link
Owner

emard commented Mar 24, 2020 via email

@emard
Copy link
Owner

emard commented Mar 24, 2020 via email

@mpictor
Copy link

mpictor commented Aug 2, 2024

[...] SVF must be preprocessed by some script and split to smaller chunks that ESP32 can buffer.

Do you happen to know where I can find such a script? I tried splitting up a xilinx svf to no avail; I guess I got something wrong.

I also tried changing the code to use PSRAM for the buffer, thinking it'd be able to buffer the entire file without issue. However, once again I got the TDO mismatch error.

@emard
Copy link
Owner

emard commented Aug 19, 2024 via email

@mpictor
Copy link

mpictor commented Aug 25, 2024

Interesting, I'd assumed the bitstream format was vendor-specific. I'll have to give this a try.

Reading through the iMPACT documentation, I didn't see any way to split the .svf commands up.

I was under the impression that a misconfiguration could cause a short in the fabric, leading to permanent damage. Any idea how true that is?

@emard
Copy link
Owner

emard commented Sep 2, 2024 via email

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

3 participants