I’ve run into this problem with UHD 4.6. That specific function got removed in
the latest version so in order to make it work, I had to downgrade the
ruamel.yaml version with the following:
> pip install "ruamel.yaml<0.18.0"
Once you downgrade it, it should work.
__
I’ve been trying to integrate the Questa into the simulation environment, and
have had success simulating all the provided modules, with the exception of the
FFT. Whenever I would run `make vsim`, it would generate the IP, and then I
would run into the following error. \
`vcom -32 -93 -work xil_
I did follow all those steps, and it still comes up with that error. I also
wanted to note that this only happens for the FFT simulation, all other
simulations appear to be working. I have a sneaking suspicion that it’s not
linking all the files correctly, because I manually imported the aforeme
I’ve tried `make modelsim` and it has the same issue. That’s interesting that
you’re able to get it to work.
\
Do you mind if I ask what version of ModelSim/Questa you’re using? Also to
confirm that you’re using Vivado 2021.1 with the AR patch? And lastly if it’s
at all possible to share what’