I’m a beginner. I am trying to add the library in the Vivado Project, but in TCL scritps, I am getting this error for the following commands.
create_lib -simlib osvvm $OSVVM_HOME/compiled_simlib/osvvm
invalid command name “create_lib”
compile_vhdl -library osvvm $OSVVM_HOME/Common/src/AddressBusResponderTransactionPkg.vhd
invalid command name “compile_vhdl”
I used OSVVM 2022_05d as I inferred that it would be an approriate version for vivado 2022.2
Should I switch to GHDL in Linux? or is there any way, I can make vivado 2022.2 (xsim) do osvvm simulations? I would definitely appreciate answers. Thank you