Rodrigo Batista de Moraes

Results 71 comments of Rodrigo Batista de Moraes

The last run I did where done with the mainline kernel, I had switched back in the meantime by coincidence. I am away from my notebook this weekend, but on...

I found the function that limits the period for haswell: https://github.com/torvalds/linux/blob/11066801dd4b7c4d75fce65c812723a80c1481ae/arch/x86/events/intel/core.c#L4610 There are 3 functions below that one for other archtectures. Edit: the one for amd is in another file:...

@JakeStanger I rebased the PR over master. My code has a very different style compared to the workspace and keyboard layout mode. I just query both compositors on module creation,...

I rebased over master and refactored the implementation to follows the ones for `workspace` and `keyboard` modules. I think it is ready for a review.

There is a cli with a `--output` option. Also the gui saves the output to the file "wallpaper.png" in the current directory. But there should really be a option in...

Thanks! Just to clarify, this alternate build system does not generate the `synlig` binary, right? Do I need to use `out/current/bin/yosys -m systemverilog` (or `plugin -i systemverilog` in the Yosys...

I also notice that the yosys binary installed in `out/` is stripped. So I create a symlink at `third_party/yosys/share/plugins/systemverilog.so` pointing to `out/current/share/yosys/plugins/systemverilog.so.1.82`, and run yosys from `third_party/yosys/yosys`.

This appears to work: ``` watch -n 2 --color git-graph --color=always ```

Yeah, being able to play the game while a breakpoint is set is indeed something the emulator should support. But your implementation is not working very well, the emulation speed...

Much better, thanks! But "blue" highlight changes are still missing syntax highlight, like in `self.dma = value`: