-
Trying to open a symlink results in:
```
ERROR: Cannot open file ../test.json
I AM DYING!
```
Clearly not a high priority bug
-
Need to add this in C++, C, and python API
Option 1:
implement Type.getRawWidth()
Option 2:
~~Port over the isa, and cast functions,~~ and ArrayType.getLen()
-
Use branch 'libreorg' in order to:
- [x] Change python bindings to expect the shared libraries to come from bin/
- [x] Have an easy way of loading coreir-libs into python.
- [x] Update README to d…
-
I think it would be good to make consistent and simplify the C API. It is annoying to port over class inheritance structures. And I think I have been a bit ad hoc about it.
In general if there is a…
-
@cdonovick Can you provide a simple example of where `get_config_value` returns a string for a constant?
-
Base diff from class project: https://github.com/phanrahan/magma/compare/simulator
Test code: https://github.com/shacklettbp/magmasimulator
-
Flashing a basic hex file onto an arduino pro micro fails with "Error: could not reconnect after resetting board."
debug shows it finding the micro, and on the correct port.
debug then shows it resett…
-
When Jeff changes the name of the const from "const" to "const_186" the flow breaks. I (steveri) added a hack in the travis script to undo the name, but this is of course not the right fix. I suspec…
-
Hi,
I've been studying the transponder systems for my practice and i found EasyRaceLapTimer. https://github.com/polyvision/EasyRaceLapTimer/
This system used a IR led transponder on quad and sensor IR…