Hua Yanghao

Results 10 comments of Hua Yanghao

The minimal program that reproduce the hang indeed can pass now. However, the full-blown program, even with reduced vector length, which was previously passing, is now hanging. Same for bigger...

The full program unfortunately cannot be shared ... let me try to see if I can create another smaller program to reproduce it. (could take a while)

@mp-17 Sorry for getting back late ... I finally got my workspace again and tested it out, all working fine now! Thanks for the effort guys!

Thanks @suehtamacv for the information. @mp-17 , I am currently working on [bitonic sorting](https://en.wikipedia.org/wiki/Bitonic_sorter) that seems cannot live without vrgather instructions. Instruction count wise, RVV is so much more efficient...

> @mushtaq Moving into the compiler doesn't change the main restrictions on placement of awaits. `await` in pattern guards and `Boolean.{||, &&}` is the only incremental improvements in this area...

This makes a lot of things easier, for example, currently the default v2 in python.microbit.org (version 2.1.1) does not yet fix the `time_pulse_us()` problem, which would be highly beneficial if...

I had the same issue and here is how I fixed it ... since "link()" is not actually used nor implemented, I think by making the prototype declaration consistent will...

Thanks for the information. After reviewing the VCD format spec, I think the limitation is in pyvcd implementation as you described. Specifically, the limitation is we do not want to...

Thanks @jpgrayson , I will take a look. The use case is ... think about Verilog or VHDL, but instead of creating all module instances and signals at elaboration time,...