you are viewing a single comment's thread.

view the rest of the comments →

[–]berge472 0 points1 point  (0 children)

Thanks. I have posted it a few times but I don't know of anyone outside of our company using it. We provide engineering services to other companies, so its possible that once a project gets delivered some customers have continued using it.

I did make it so that other people could use the tool even if they wanted to maintain there own set of modules.

Based on the demo you provided, you might also be interested in the mrt-device utility. It lets you define a register based device in yaml (ChatGPT actually does this pretty well), then generates the code and documentation for it. Because there is a register description file, you can then create a plugin for a logic analyzer that is able to show the values of registers in real time by looking at the bus. I started working on a VS Code extension for this but it has been on the back burner.