Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Help request: load local data #43

Open
bjones1 opened this issue Feb 21, 2024 · 2 comments
Open

Help request: load local data #43

bjones1 opened this issue Feb 21, 2024 · 2 comments

Comments

@bjones1
Copy link

bjones1 commented Feb 21, 2024

I run a server (interactive-ebooks.com) where I allow students to build and run in-browser Verilog coding exercises. I'm using iverilog to run the code. Given that it's easy to produce a VCD file on my server, what's the appropriate way to send back the VCD data as a string that vcdrom can load? Hopefully, something along the lines of VCDrom(div_id for the resulting viewer, string contents of a VCD file)?

Thanks for the awesome tool!

@drom
Copy link
Member

drom commented Feb 22, 2024

Cool! How do you run iverilog in browser? where do you store VCD?

@bjones1
Copy link
Author

bjones1 commented Feb 22, 2024

I'm running a server on the backend, so no magic there. It's a really nice open-source setup -- see https://github.com/RunestoneInteractive/rs.

@drom drom added PWA PWA related features and removed PWA PWA related features labels Apr 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants