-
-
Here's an example log: https://github.com/leonardt/fault/runs/1311361414?check_suite_focus=true
Since the undefined references involved string methods, I thought it might be related to `-D_GLIBCXX_…
-
These primitives need DefineOp, Op and op versions
- [x] mux
- [x] negate
- [ ] min, max
- [ ] abs
- [ ] memory
Pseudoprimitives (meta-programmed in python)
- [x] concat
- [x] repeat
- …
-
The following functions are not implemented in coreir.
* LUT
- LUT1
- LUT2
- LUT3
- LUT4
* MUX
- Mux2
- Mux4
- Mux8
- Mux16
* FF
- SRFF
- RSFF
- JKFF
…
-
Pat recommended (and I agree) that we clean up the travis script by wrapping each flow stage into a called or sourced shell script e.g. instead of
```
- git clone https://github.com/jeffsetter/H…
-
Hi there,
I'm trying to build CGRA-ME on debian12. But I got some errors when building the CGRA. Here's log.
debian@debian12:~/cgra_ws/cgra-me$ make --jobs $(nproc)
Running CMake with arguments…
-
- [ ] Keep parameters in parameterized modules as generated modules.
- [ ] allow a namespaces attribute in verilog code and propagate to coreir.
- [ ] Explicitly allow and expect black box modules.…
-
Currently running the mapper requires coreir to be installed on the system.
I suggest allowing a default location of where coreir exists (for example, search in CGRAMapper/../coreir). This would al…
-
This is a task tracker for all issues related to floating point.
The following is a full list of all the bfloat16 operations we need to support organized by priority. In general if these can be gen…
-
Hi, I am trying to write a simple CoreIR program. But I found in some cases, the tool will produce incorrect CoreIR code.
Here's the given Halide C++ code:
class ExamplePipeline : public Hal…