Alex Forencich

Results 749 comments of Alex Forencich

Added task list with current simulator support. Btw, does cocotb-test not support modelsim?

Also might want to consider forcing sim_env to lowercase when reading the env var

Nice. I would be happy to write the code, but I do not have access to any of those simulators so I cannot test it.

Also, what are your opinions on using f-strings?

Ah, I see, they were introduced in 3.6 and so that could cause compatibility problems.

Just opened #110, if you guys want to test that, it would be great.

Related question: what's the best way to get some of these parameters to python before the simulation itself starts, specifically so they can be used when setting up TestFactory?

Hmm, I basically did the same thing, except I prefixed the env vars with `PARAM_` to try to avoid possible collisions with other stuff. I didn't use `extra_env` though, that's...

> What exactly? I would think it should be ok if it is the same design all the time? This would be potentially also desirable to compile sources once. The...

eh, maybe that would work, but that's pretty hackish and I'm planning on using other simulators as well, particularly verilator. I think it's a bug that the build files get...