Sihao Liu

Results 9 comments of Sihao Liu

> I'm curious about the use case for needing an absolute maximum cycles: are you encountering livelock, or is it some artifact of your test structure? > > Getting cycle...

Yeah, I agree with you. So how do you actually terminate the test that overran its macimum cycles. Is there a way to do that in current chisel-testers2? with both...

Can you try to use sbt >= 1.4 and Java 11.

@quyleanh Can you provide more details like what command you are trying and the path you execute the command? The version of sbt you are using should be good, sometime...

I am also expecting this feature. I believe this is related to this PR https://github.com/firesim/firesim/pull/848, but for some reason it is closed

Hi, sorry for the late update. We just open source all our code and integration with ChipYard: https://github.com/PolyArch/chipyard/tree/micro2022. It should just straightforward like sha3

I don't get you question. How many "Hello world" you are expecting? Is this hello-world a multi-thread program?

Hi sorry for late reply. I think you will have to have one Hello_Rocket_Boom.riscv and use read_csr to get the hartid. I don't think there will be easy control to...