Replies: 1 comment
-
Thank you for looking at the project and for the encouraging words about growing the SystemRDL ecosystem! I decided to re-implement the library in C++ mainly to make it a drop-in runtime dependency for qsoc. There were also two technical gaps I kept hitting with PeakRDL:
Building a small, standalone C++ library that solves those points and compiles alongside qsoc turned out to be the simplest path. I hope that clarifies the motivation. I’m always happy to discuss design choices or accept patches, so feel free to open an issue if you think something can be improved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It's good to see another SystemRDL tool to enhance the echosystem. (though I haven't tried your tool yet).
I'm curious why have you decided to write your own tool from scratch instead of using the Python-based PeakRDL.
After all, Python development is quicker, and a SystemRDL tool doesn't nead real-time performance.
Beta Was this translation helpful? Give feedback.
All reactions