-
DEP.json beginnt mit: ...
`````
"verificationResultDetailedMessage" : "Die Belege im exportierten RKSV-DEP weisen keinen Fehler auf (Verkettung zu vorigem Beleg, Entwicklung des Umsatzzählers, Bel…
-
[Using P4-16] Assigning to a bitvector slice produces an incorrect result when run on bmv2.
To reproduce:
```
register(1) debug;
apply {
bit n = 8w0b11111111;
n[7:4] = 4w0;
debug.…
-
I'm not really sure how any fixed point hardware could've possibly tested out correctly.
I think this tester behavior is the same as in Chisel2:
If you trace a poke, in the backend, the BigInt …
-
I wanted to test if a VNC server supports RFB extended key event messages, so I tried to connect with noVNC.
Everything worked fine, except the named keys. I checked with tcpdump if noVNC sends dat…
-
@ajohnson-nrl, PrivCount currently rounds the sampled noise to the nearest integer, within the limits of floating point inaccuracy. This means that if the intended noise is between:
(-a, +a), where a…
-
This units library generates many complicated templates during compilation, which can greatly slow compilation (notably under Clang) and produces excessively verbose error messages. The latter is esp…
-
I get some "17 FE 82 FD FD 17 FE" which is suboptimal, as the "82 FD FD" could be stored as a single RLE run "02 FD".
In compress_plane() there's a check for runs of at least 3 equal bytes (if it's wo…
sverx updated
8 years ago
-
The serialization of the zkSNARK proof that we currently use is 584 bytes and unspecified. (See https://github.com/zcash/zips/issues/43 for more.) We need to settle on this before 1.0.
There are many…
-
The AOM/BTM were implemented for design space exploration, so each branch and offset entry is described as a separate memory instance. It is unknown if Quartus correctly infers that these memories are…
-
In the manual, it's stated that for the LSB of the 24-bit word determines the direction of TTL0 and the MSB that of TTL23. However, if you look at the TCA6424A, [manual](http://www.ti.com/lit/ds/symli…