Larry Doolittle
Larry Doolittle
When building outside of git, in particular from a tarball provided by github for a tag, the result self-identifies as e.g., `Verilator 4.218 2022-01-17 rev UNKNOWN.REV`. It's clear _how_ this...
I'm one of those weirdos that takes [reproducible builds](https://reproducible-builds.org/) seriously. Chasing down reproducibility problems in the output of mksquashfs makes me wish that unsquashfs expose all state held in the...
The concept behind simp_le looks great! I'm a big believer in separation-of-privilege. Attempting the install (pip install -e .) on a dedicated web server gave me a bunch of chatter,...
First, let me say this project looks great! Does anyone know if N. Wirth looks at this repository? Is this done in cooperation with him, or just according to his...
In the olden times, when men were men and giants roamed the earth, zbar could decode the attached image as "LBNL DIGITIZER V1.1 SN 342".  Starting with merge commit...
The following tests FAILED: 192 - FixTangentVelo (Failed) 484 - ShoeboxFsiStatic (Failed) 486 - ShoeboxFsiStaticShell (Failed) The confusing part is that all the messages look fine; no errors, warnings, or...
While the code itself now lists supported architectures * X86 * AMD64 * ARM7L * KNIGHT_POSIX * KNIGHT_NATIVE with mangled versions of these (lower-case, hyphen-not-underbar) as command-line selections to the...
I have a Gerber file that originated in PADS. I can run it through translate2geda and read the resulting .fp file with pcb-rnd freshly built from subversion (2020-02-01, r29589). The...
I hacked in a width field. It superficially looks OK to me. Test cases are in, and it even matches glibc for these relatively simple cases. It definitely needs checking/review/analysis,...
sv2v mishandles a bit-vector inout port where not all bits are headed the same direction This zip file has all the info to reproduce [sv2v_inout.zip](https://github.com/user-attachments/files/17654179/sv2v_inout.zip) The body of its README...