[Libre-soc-bugs] [Bug 523] demo program needed showing register dependencies
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Oct 28 04:25:23 GMT 2020
https://bugs.libre-soc.org/show_bug.cgi?id=523
--- Comment #2 from Jacob Lifshay <programmerjake at gmail.com> ---
What do you think of writing it in Rust? That would have several benefits:
+ We can pretty easily build an interactive Web version using WebAssembly and
Rust's tooling for the web. No server-side stuff would be needed, other than
file hosting. I'm thinking type command line arguments into a text box and it
dynamically regenerates an html table, nothing too fancy.
+ As a future extension, it could be easily integrated with
power-instruction-analyzer to make a full-featured cycle-accurate (not just
instruction accurate) simulator, where Rust's speed would be a huge advantage
over Python.
+ It would still support command-line markdown table generation
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list