Lofty

Results 97 comments of Lofty

Syscalls by number (as documented in [PS2tek](https://psi-rockin.github.io/ps2tek/index.html#bioseesyscalls)): - [ ] 0x01: ResetEE - [x] 0x02: SetGsCrt - f5ea1b17 - [x] 0x04: Exit - f77ed8ff - [ ] 0x05: _ExceptionEpilogue (useless?)...

Well, you can actually tell Quartus to put its crap in a specific folder via use of `set_global_assignment -name PROJECT_OUTPUT_DIRECTORY`, and then only delete that specific directory instead of a...

nextpnr-mistral is still very experimental due to the lack of M10K support (we're working on it!) However, I don't expect any of the commands to meaningfully change. - `yosys -p...

I mean, truthfully the only officially supported board is the DE-10 Nano. By which I mean: it's the only one I have which I can test things on :P On...

> A quick [look over the wiki](https://github.com/ckb-next/ckb-next/wiki/CKB-Daemon-Manual) suggests that `ckb-daemon` exposes data in `/dev/input/ckb0` for input/output. File-based will be pretty simple for integration! 👍 Actually, `ckb0` is data about the...

> It is documented, but as the `` tags state, the documentation should be the pipe animation. We're happy to extend the pipe animation for whichever features you need though....

Your message feels strongly like bait, but I'm going to reply anyway. > It would indeed be very wise to follow the path taken by openrazer and in particular polychromatic...

Since it's been roughly a year, could I have an update on this?

I'm going to come back to this tomorrow, but here's my debugging so far: The problem here is that ABC9 is [trying to create a bypass module](https://github.com/YosysHQ/yosys/blob/master/passes/techmap/abc9_ops.cc#L330) for `FDCE`, but...

That's an interesting hint, thank you.