-
The issue is related to bitwise operations in javascript. Bitwise operators treat its operands as a set of 32-bit binary digits (zeros and ones) and perform actions.
I was able to reproduce your a…
-
I'm trying to study the YPF file format, so I looked for every tool available on GitHub. Among them, this was the best I found, since it's complete and does more controls than others.
I noticed a few…
-
The file:
It seems like it reads the correct CRC from file (8D BB 3A 66) but when it starts up, it shows CRCs/s=5 briefly, then goes down to 0 in a second or two, then nothing happens after that an…
-
### Describe the bug
The CRC-32 implementation in crc32.h gives different results than other C++ or Python libraries.
### To Reproduce
In PX4:
```C++
constexpr uint8_t data[] = "abcd";
const u…
-
Similar to https://github.com/superg/redumper/issues/134
redumper determines the disc write offset to be +6838, and moves data out of lead-out
However, this results in incorrect track splitting, w…
-
The combinatorial LFSR module works perfectly in the following testbench:
```
`timescale 1ns/1ns
`include "../rtl/lfsr.v"
module lfsr_tb();
reg [7:0] data_in;
reg [31:0] state_in;
wire [7:0…
-
During nightly on armv7a9-zynq7000-zedboard on `3cef97a` project hash, one of psh tests failed with error:
```
Exception: 4 #Abort
r0=00024008 r1=00000030 r2=00000ff8 r3=00000048
r4=00024008 …
-
@paulb-nl - I was informed by @alanswx that it would probably be good to contact you regarding this core and getting Lot Lot to work, since you've done a recent video commit to the core. I've been try…
-
Endianness sometimes is a beast, the "TODO" in your code isn't for nothing:
I have created https://dotnetfiddle.net/OYNy6O that uses https://learn.microsoft.com/en-us/dotnet/api/syste…
-
This game doesn't boot.
```
File: Smurfs_The_Europe_EnFrDeEs.gb
CRC-32: cdff161f
MD5: 4528d42eae39a3fa756eefa29d52ef55
```
```
File: Smurfs_The_USA_Europe_EnFrDe_Rev_A_SGB_Enhanc…