Matthew Dwyer
Matthew Dwyer
Any updates on this?
For anyone else with this issue, see this repo for a workaround: [https://github.com/roim/docker-action-lfs](https://github.com/roim/docker-action-lfs)
@evilC I see you recently did some work on the C# portion of the library. Any idea about this C error?
It seems that SteamController_HIDGetFeatureReport my not be defined. Is that how it is intended to be?
Our demo simply allows you to view the value of a system clock, you should see it increasing as you did. Our demo documentation is written for the included zynq_demo....
In that demo there is no simulated memory setup, thus you cannot write to those addresses. You will need to augment the demo such as adding memory to it and...
Your `NR_MASTERS` may need to be 2, not 1. Have you debugged the code to see where the segmentation fault is occurring?
My team and I are currently exploring the use of the `libremote-port` and it looks like that may be the best option for connecting our SystemC to the host OS....
@rc-matthew-l-weber For the time being we have been developing our own demos by looking into the `libremote-port` as suggested by @edgarigl. We seem to be making progress on that front...
Any progress here?