vcdrom icon indicating copy to clipboard operation
vcdrom copied to clipboard

Help request: load local data

Open bjones1 opened this issue 1 year ago • 3 comments

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!

bjones1 avatar Feb 21 '24 04:02 bjones1

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

drom avatar Feb 22 '24 19:02 drom

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.

bjones1 avatar Feb 22 '24 19:02 bjones1