llvm / llvm/circt

[MooreToCore]Unexpected observed values in llhd.wait.

Open
#8,211 3 comments 0 reactions 1 assignee Claimed by @terapines-osc-circt View on GitHub
Moore
Dominant language
C++
Stars
2.2k
Forks
524
Avg merge
3d 2h
Merged PRs (30d)
46

Description

Please check this PR(https://github.com/llvm/circt/pull/8210/files) to view the details.

Or for example:
```
moore.module @crash(in %in0: !moore.i32, in %in1: !moore.i32) {
%var = moore.variable :
moore.procedure always_comb {
%0 = moore.pows %in0, %in1 : !moore.i32
moore.blocking_assign %var, %0 : !moore.i32
moore.return
}
}
```

`%var` will be regarded as one member of the implicit sensitivity list. But this act is illegal❌.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.