Catherine
Catherine
> All of my new toys are going to take quite a while to figure out the "right" implementation. That's why I post partial stuff - for feedback. Thanks! Great,...
> Do plugins work with the YoWASP version of Yosys or would they need to be "linked statically" in some way? They need to be "linked statically". (Dynamic linking of...
Thanks. To be clear I'm not asking for support for spawning threads in `jco` and friends. The root cause here is that LLVM *really* wants `std::mutex` even in single threaded...
I have found that the "mismatch in the shared flag for memories" comes from this line: https://github.com/bytecodealliance/wasm-tools/blob/263b697a442273ef9848e73546c770f5b7f6e2a9/crates/wasmparser/src/validator/types.rs#L4263 How should a fix look like? Is altering the subtype check the right...
I see. I suppose what I'll do then is to use `walrus` to flip the `shared` flag or something ^^; Thanks for writing it out though! I'm sure this will...
Here's another testcase: [repro.zip](https://github.com/Vector35/binaryninja-api/files/15455889/repro.zip)   I would expect this to be just `arg1 >> 3` on HLIL level.
To release a new stable point release: 1. Ensure changelog is up to date. (This should normally be the case, but is always worth a secondary check. This can be...
> 2\. Create a new **annotated** tag `vMAJOR.MINOR.PATCH` from the latest commit to `vMAJOR.MINOR.x`. This actually breaks our CI because of some horrific tag-related behavior: https://github.com/amaranth-lang/amaranth/actions/runs/10717897781/job/29718819926 Changing to use unannotated...
The way your code is written, you could swap `r_dac_en` and `o_dac_en` without any change in behavior. Because Amaranth is a compiler that outputs Verilog, not merely a Verilog preprocessor,...