Kaleb Barrett

Results 630 comments of Kaleb Barrett

> Also, somewhat related, I've been pondering `simulator.get_signal_value_vector()` which would use `vpiVector` for a more compact (and presumably speedy) encoding of the data (obviously without strength data). That way the...

Could we perhaps just link to [the 2.0 milestone](https://github.com/cocotb/cocotb/milestone/14) and ensure we are marking all our great ideas for 2.0?

I don't think we need to do this since we decided to do a 1.6 release. The 'latest' documentation after release could have a warning on the home page about...

> `Timer` is triggered early in the time step, before processes are run So this would mean that writes applied by cocotb would be applied after the `Timer` callback and...

1. You aren't running from a virtualenv. This is expected. 2. Does `C:\Users\anaconda3\envs\env\python311.dll` actually exist?

Conda envs are not the same as other virtual environments. You have a two python environments that are in conflict. In the original comment your cocotb install is in your...

@mattrfrancis beyond this issue, you won't be able to use 32 bit modelsim with a 64 bit python.

Have you considered using the Python.org/Chocolately install instead of conda and using the new Python runner rather than Makefiles? This will be the recommendation going forward after the 2.0 release....