-
Hello!
I'm using Breathe/Doxygen/Sphinx to document a c++ project I'm a contributor on. Currently we have it all configured to generate documentation for a chunk of the files in our tools module, and…
-
As I just suggested in the RISCV meeting: We often want to run simulations (typically performance models) for some micro-architecture, say implementing RISCV. Typically we don't want to implement the …
-
I have an issue with the make pipeline for running a single proof: although I've specified `CBMC_OBJECT_BITS` in the makefile but it did not get translated into the `--object-bits` flag during the pip…
-
We are currently generating a number of `irep`/`irep2` expr's where the operands have different types. The SMT solvers don't like it, and even the C standard tries to avoid it by introducing type prom…
-
``` scala
val v = DenseVector(1d, 2d, 3d)
val filteredV = v(v :> 2d) //works fine
val d = DenseMatrix(1d,2d,3d)
val filteredD = d(d(::,0) :>2d,::) //compilation error
```
The use case here is to fil…
-
I was trying to generate C code for AES from Cryptol, using symbolic simulatino to SBV, but I keep running into variations of this:
SBV->C: Not yet supported: join with ((SWord16,s2127),(SWord8,s21…
-
What do you think about improving the error message when the dimension is too short to run `bitinformation` over it? i.e. when dim only have one or two elements, lets say the user wants to run `bitinf…
-
also a nice-to-have, I suppose.
-
**[Original report](https://bitbucket.org/mchaput/whoosh/issue/135) by rogerb_aviga (Bitbucket: [rogerb_aviga](https://bitbucket.org/rogerb_aviga), GitHub: Unknown).**
-------------------------------…
-