-
This is even more of a noop than coreir.wire you should just simply ignore it.
In general I want to make sure that everything from coreir/corebit is supported.
-
I get the following complaint when trying to use the packbitconstants pass:
coreir: wiring_utils.cpp:185: CoreIR::Select* CoreIR::getDriverSelect(CoreIR::Select*): Assertion `false' failed.
In the…
-
Not sure that this works. My code is at https://github.com/David-Durst/coreir/blob/aetherling/src/libs/aetherlinglib.cpp#L50. When I use it, I get the following error:
```
durst@DN800caf06:~/dev/W…
-
[This test case](https://github.com/dillonhuff/coreir/blob/misc_and_bitinout/tests/unit/save_register_init.cpp) saves a register with an "init" parameter equal to BitVec(32, 24).
When I save and re…
-
Dependent on #436
-
The code:
```cpp
def->addInstance("toClk0",
"coreir.wrap",
{{"type", Const::make(c, c->Named("coreir.clkIn"))}});
```
produces the error…
-
Pattern was introduced in https://github.com/rdaly525/coreir/pull/111 for instance.config
- [ ] module.modparams
- [ ] generator.modparams
- [ ] generator.genparams
- [x] instance.genargs
- [x]…
-
If I try to import mantle without setting the MANTLE and MANTLE_TARGET environment variables, I get the following error:
```
test_up.py:1: in
from aetherling.modules.up import UpSequential, …
-
-
There is a pass that somehow causes this print to show up.
Can be seen using
coreir -i examples/counters.json -o out.v