-
I believe we are rejecting valid usages of const.
```
firrtl.circuit "Foo" {
firrtl.module @Foo(in %in : !firrtl.bundle,
out %out : !firrtl.bundle) {
firrtl.connect %…
-
### Describe the highlighting problem
Hello, maybe you guys can help me.
I installed Nvim with Kickstarter and got everything running smoothly.
However, when I use an inline Angular template in…
-
I could have sworn there was an issue for this, but the nightly tests have been failing for some time now. Valgrind is failing on the normal tests, not even getting to the integration tests.
```
…
-
I noticed the following crash when running on macOS locally using commit (0165281a2ffb027635bf2b32f824af11ec66a3f5). My guess is the LLVM bump (dc1d549552df0e1335e6770d93cf14120ece0a7c) exposed this.
…
-
### Describe the bug
When running :TSUpdate on a macOS 13.6, I get the following:
[...]
10:08:04 msg_show [nvim-treesitter] [0/1] Downloading tree-sitter-liquidsoap...
10:08:04 msg_show [nvim-tr…
-
The following example has a combinational loop, but sometimes it is not found by the pass. Running `firtool` on this example:
```
circuit Foo:
module Bar:
input a : UInt
output b : U…
-
Send and resolve pairs (read-only references) in same module can have the referent forwarded to the resolve. Consider:
```mlir
firrtl.circuit "RefLocal" {
firrtl.module @RefLocal(in %x : !firr…
-
Platform: macOS 12.4, x86_64
circt commit: be20cdeebf9fcc3c0ca249f89c8913778a3d94f6
The [Gemmini](https://github.com/ucb-bar/gemmini) design contains a module instance named "module": https://gith…
-
### Describe the bug
TS causes huge lags when you start a multiline c/cpp comment with /* and there are more than say 250 or 300 lines below that point.
### To Reproduce
1. open a cpp source file …
-
I have noticed some common mistakes result in huge backtraces. One example is an incorrectly sized Enum:
```
import chisel3._
import chisel3.util._
class Bar extends Module {
val io = IO(ne…