I’ve an rtl module which is already compiled with vcs but now I want to compile using cocotb with vcs
I need a makefile to compile my rtl with pre-exisitng vcs commands and with cocotb. I wanna know about the way that I can make out?
Since I’ve already compiled rtl , can I use it directly in cocotb ? If so , How can I do it?