Andrew Powell
Andrew Powell
Hello again! To add to this current discussion on using classes as namespaces, it would be really nice if the following was supported. ```systemverilog class adder #( parameter type T...
Pulled down the changes and I can see that the static functions convert. Thanks again!
I have this same issue as well.
I have confirmed Python 3.8 does work after making the suggested change in https://github.com/kactus2/kactus2dev/issues/66#issuecomment-1232618222.
Hello, I plan to work on this issue if no one else is doing so already. I propose the following interface: ```python @test() def some_test(dut, packages) -> None: SOME_CONSTANT =...
I was thinking maybe during the `_initialize_testbench` the packages can all be discovered and stored, that way the user wouldn't have to directly use anything in the simulator module. Are...
I was going to create an issue for this. It appears the VHDL generator does produce VHDL with the generic sections for both component and declarations. It would be nice...