Xuechao Wei

Results 5 comments of Xuechao Wei

The code in this repo contains very basic verilog/systemverilog syntax errors. I wonder whether the contributors have used some fancy syntax auto-fixing tools.

> Do you have the -g2012 flag in your Makefile? That should fix these issues by using a later version of SV instead of the default 2005 @adviyer I don't...

> There's no facility to pin threads for memory bandwidth testing in non-NUMA mode because it is not needed. You can use other utilities to set affinity, like `taskset` on...

> At one point I had an option to put the first thread on core 0, second thread on core 1, and so on, but found that it made no...

> Hi @clamchowder, > > I want to pin thread to cpu when measuring bandwidth, but I found that there seems no such facility under the non-numa mode. So I...