Ben Reynwar
Ben Reynwar
I've made most of the changes you suggested. The only one I haven't implemented so far was adding a `Layout_Address` type, which I plan to do, I'm just waiting until...
As suspected this pull request is currently totally breaking the generation of wave file dumps. I'm going to create some tests for the GHW dumps in a separate pull request...
Just an update, since I haven't made any changes to this issue for ages. I've been using this branch at work for the last month without issues, so it likely...
So I've haven't worked on this for ages, and have mostly forgotten where I was at. What I do remember was that it was really, really hard, and I wasn't...
Much of what I was doing was creating structures to capture the runtime information. But I wasn't touching any of the code related to actually creating that data in the...
Currently there's not only dual maintenance between the AST and the RTI, but also between where the RTIs are created and the various places that they are used. There's a...
Awesome, thanks a bunch for the help!
I'm trying to understand the RTI structures but am having difficulty understanding what data is stored in the memory that the `Loc` fields point to. My understanding is that the...
Looking at grt-disp_rti is helping. I don't have any additional questions, and there's nothing that's worth reviewing yet. I'm just going through grt-disp_rti and making sure I understand what's going...
When a new array type is defined that binds an unbound type an anonymous RTI type object is created: ```vhd type mytype is array(natural range ) of std_logic_vector(WIDTH-1 downto 0);...