Hongren Zheng
Hongren Zheng
> Maybe this patch that I hacked up at some point can help you out in the meantime: [0006-Use-dma_buf_map_memcpy_to-fix-vunmap.patch](https://gist.github.com/notro/daaff4cc18664c10f2929a8cbb70ea54) This patch works for me. See https://gist.github.com/ZenithalHourlyRate/220186818bae434386e80c62ee1bc7bc > Oh and I...
> Alternatively, feel free to provide a PR to make the player configurable for other movie source sizes ;) There used to be a commit that implemented this function. But...
> AFAIK did not work as expected, I wonder if you are referring to #10. I think that was caused by this single commit 81606544edbcf327e7a23238b3c31194d69a6c06. As I indicated in my...
> Odd, I'll try send it here: > [computer.txt](https://github.com/nitram509/ascii-telnet-server/files/6266168/computer.txt) I have looked into your movie. You meant to use 110x24 as your frame size, but your first six frames did...
Dup with #400, you may use [this patch](https://github.com/rofl0r/proxychains-ng/commit/7de7dd0de1ff387a627620ac3482b4cd9b3fba95.patch?full_index=1) 与 #400 重复,可以应用[该补丁](https://github.com/rofl0r/proxychains-ng/commit/7de7dd0de1ff387a627620ac3482b4cd9b3fba95.patch?full_index=1)
Progress report: 1. Implemented Zb in ALU 2. Moved part of Zkb into ALU 3. Refactored ALU Note that this definitely can not compile now, and wont work even with...
Review in RC working group suggested putting the refactored ALU into a separate file (maybe `ABLU.scala`?) instead of directly changing it. and use an option (e.g. `withZB` or `withExperimentalALU`) to...
Now this passes the Zk arch-test and the [Zb arch-test](https://github.com/riscv-non-isa/riscv-arch-test/pull/228), it could be used now, but clean-up is needed. More specifically, options should be added so that users can choose...
Thanks for your attention on this PR! > * The current design always enables some B extension. When disable zbb extension, spike throws an exception on rev8 while rocket executes...
> Since misa is writable, for the extended instruction set we need to detect whether the corresponding extension is turned on during execution AFAIK, there is no `misa` bits for...