-
Currently `clash-protocols` provides the `CSignal` type for use in `Circuit`s. This in principle allows us to write `Circuit`s like (roughly modelling my [`axi-register`](https://git.smart-cactus.org/…
-
## Description
Shifts are incorrectly converted to VHDL incorrectly in some cases. For a bitvector right shift *sla* is used instead of srl and for signed right shift the generated signed_sra functi…
-
## Feature request
### Feature Description
Currently we can't support any contracts that do even the simplest operations with bytes and bitvectors, we should add the capabilities of tgnonlin to hand…
-
The below code works fine on Julia 1.5, but gives an error on the latest Julia master.
Code:
Click to expand
```julia
julia> import InteractiveUtils
julia> InteractiveUtils.versioni…
-
If I understand things correctly SnoopCompile.jl currently allows to dig into inference timings. It would be great to be able to similarly dig into LLVM codegen and native codegen timings.
This is …
-
The following is a theorem, but worryingly, `auto` reported a counterexample.
```
theorem auto_bitvec_inequality_test (i j max : Std.BitVec 64)
(h0 : i < max) (h1 : j =| |x| 0) (|mod| |x| |y|) …
-
Hi. I'm currently implementing self-supervised depth estimation network, similar to Monodepth2 and would like to point out a possible performance concern.
Taking gradient for the first time takes v…
-
(follow up https://github.com/agurfinkel/btor2mlir/issues/40)
I ran the below steps (using the commands from [`get_cex_seahorn.sh`](https://github.com/jetafese/btor2mlir/blob/345625097142e221be4c3a…
-
### Model Name
Predict bioactivity against Main Protease of SARS-CoV-2
### Model Description
MProPred predicts the efficacy of compounds against the main protease of SARS-CoV-2, which is a pr…
-