-
https://github.com/phanrahan/magma/blob/master/magma/tuple.py#L153 uses tuple_, which is in https://github.com/phanrahan/magma/blob/master/magma/conversions.py#L133. However, conversions can't be impo…
-
Loading a CoreIR c++ module and trying to do autocomplete on it in the terminal when it doesn't have a definition causes the below crash. (Note that this code depends on the import_generator function …
-
I've gotten the simulator to produce useable output for conv_3_1 from CGRAMapper/examples and now I am trying to generate verilog code to compare it to verilator.
When I try to emit verilog for the…
-
When compiling to CoreIR, CounterModM crashes with the following error:
ERROR: Counter5Mod2: Cannot wire together
inst1.O : Bit
inst0.RESET : coreir.rstIn
My test is: https://github.com/Da…
-
```
Unsupported node: neg_inst has operation name: coreir.neg
Assertion failed: (false), function updateNodeValues, file interpret.cpp, line 1160.
```
Steps to reproduce:
```
git clone -b test…
-
coreir-dev branch is using an out of date pycoreir (master). Could we extract specifying the version of this up to the install.sh script in the flow? I need to use pycoreir based on dev.
-
The test at https://github.com/David-Durst/aetherling/blob/master/tests/test_up.py#L116 fails with the message:
ERROR: UpSequential: Cannot wire together
self.I : Bit[5]
inst0.in : BitIn[5]
…
-
Feature request from @cdonovick
`inst.config` should be an instance of `collections.abc.Mapping`
`coreir.util.LazyDict` will need to implement `__getitem__`, `__iter__`, `__len__`, `__contains_…
-
Reference (from Ross): https://www.doulos.com/knowhow/sysverilog/tutorial/assertions/
-
This issue came up when using fold constants on a partially configured PE tile. Taking the and reduce of all zeros gets folded to the constant "true". I've shrunk the module down to be more readable, …