Dustin Richmond
Dustin Richmond
If I call [mmio.write()](https://github.com/Xilinx/PYNQ/blob/325efcede748ee4c4198b9e1fc949fb7dbeb7ccb/pynq/mmio.py#L144) when `data` is an instance of `np.uint32`, the method raises a ValueError. This is funky, because the value of `data` is cast to an `np.uint32` when...
Unsure of the cause. Issue appears on PYNQ 2.4 updates
The following module compiles in VCS, but fails to compile in Verilator. Verilator Error: ``` %Error: example.sv:23:36: Expecting expression to be constant, but variable isn't const: 'hetero_type_vec_p' : ... In...