-
This is a boiled-down example of something that affects a more serious proof effort. Consider this SawScript
let {{ n1: [8] -> [8]
n1 x = x + 1
n2: ([8],[8]) -> ([8],…
-
These days I did some code review on `Elements` operators.
The original idea was trying to solve the the Intellij highlight issue.
But I encountered some strange designs which need to be recorded an…
-
When using a rule induction algorithm (like SIRUS) we need to pass a (meaningful) list of features as an input. Currently we use the Domain params but there are some thing to consider about this:
1…
-
## Description
For R600 only, allocating more than 504 `i1`'s on stack crashes with Error "Register number out of range" when interacting with other code.
## Minimal Reproduction
https://godb…
-
Since Static v0.7, `StaticInt` is not a subtype of `Integer` anymore. Would it be possible to change that again? Many constructions that used `StaticInt` in places that require an `Integer` just aren'…
-
```
Marisa-trie under win64 compiles but fails in marisa-test (segfault in
TestTinyTrie).
I guess, the cause is that size_t is a 64bit value in win64 and marisa-trie
assumes it's an 32bit value.
`…
-
[SQLite has a limit on the number of columns per table](http://www.sqlite.org/limits.html) (2000). This may be exceeded when the database contains docking results from multiple binding sites (differen…
-
```scala
class MyBundle extends Bundle{
val a,b = UInt(8 bits)
// or : val a = UInt(8 bits)
// val b = UInt(8 bits)
}
object Play2 extends App{
import spinal.core.sim._
SimConf…
-
```RecursionError: maximum recursion depth exceeded while calling a Python object
Exception ignored in: '_pydevd_frame_eval.pydevd_frame_evaluator_darwin_36_64.get_bytecode_while_frame_eval'
Recursi…
-
Submitting goblint-cil 2.0.0 to opam-repository revealed (even after some basic fixes) that we fail some of our tests on these architectures.
## x86_32
- [ ] testrun/math1
```
# /usr/i…