Kelvin Chung

Results 35 comments of Kelvin Chung

Hi, any update on this issue? I am working with statically linked RISC-V binary and getting the same error.

Thanks a lot, I have got it working when using standard pip install. However, when I install it from the git repo using `pip install -e .` the same error...

Sure, I will wait for the release than. I need to install it with the git repo since I need to work on a optimization with a complex data structure...

This is not recommended, but this will do for now. Thanks a lot. By the way, would you be interested in improving the formatting of the code and including typing...

I am happy to do some development when I have time.

Hi, I would like to know if there is any current implementation of the `VcdGenerationPass` that will separate `bitstruct` into individual signals?

If you can point me to how to tell if a type is a `bitstruct` type, I might be able to do something.

I am thinking of doing something similar. I will implement it if I reach a point where I cannot progress without seeing each of the struct fields. For now, I...

I don't know this is available at all. Thanks for the information.

My design is failing with the following assert ``` # NOTE: this assertion can fail due to connections that # are made outside the component that has them. so i'm...