-
When implementing stuff in legacy HDLs, I often add the attribute (*mark_debug = "true"*) to signals I want to observe in chipscope. I then collect all these signals and connect them up to an ILA in m…
-
Originally found via CSmith, and reproducible by running `scripts/csmith.sh 1 1673523574`, but also reproducible via the following code snippet:
````c
struct S
{
int f : 5;
};
int main()
{
…
-
`QF_BV/uclid/catchconv/convert-jpg2gif-query-1213.smt2` is a fairly trivial problem. Even when replacing all bitvector functions with uninterpreted symbols, Z3 is able to solve it in hundreds of ms us…
-
```
julia> using MAT
julia> matwrite("foo.mat", Dict("x"=>trues(1)))
julia> matread("foo.mat")
Dict{String, Any} with 1 entry:
"x" => true
julia> matwrite("foo.mat", Dict("x"=>trues(2)))…
-
Within the core-to-core phase of clash it tries to be careful about duplicating work in the resulting HDL.
Primitives are annotated with their [`WorkInfo`](https://github.com/clash-lang/clash-compile…
-
Could you provide efficient query across the annotations using a FM-index over the concatenated annotation strings from the VCF file? A second compressed bitvector could encode variant annotation star…
-
cvc5/cvc5@0f5ee6bb4a4477d40d7f6577ea0c5bac17420935
murxla/murxla@f5e3c493b51bfcb5a3e99b06f482556a2534c213
```
TEST_F(TestApiBlackSolver, barr)
{
Solver slv;
slv.setLogic("UFBVFP");
slv.se…
-
It seems that having a `Num` constraint on a GADT prevents it from being synthesizable. In the example below, `initBState` can be synthesized, but `initAState` cannot. Is this a known limitation of Cl…
-
Particularly the fact that most solvers don't like '\' characters, at all, and when bitvectors are printed they should never be negative.
-
- `type`
There is no obvious documentation for the "type" keyword, although it appears early in the tutorial, then in "Usage :: Other options".
In the tutorial, I see:
```
type xlen : Int…