Hello. I'm new to Spectre and Spice.
I've just created a .scs file, in which I have to write the testbench for the synthesized module inside the imported .v file.
include "library_path"
simulator lang = spice
.HDL "synthesized_module.v"
.END
My question right now is: how do I create that module in the .scs file?
Thank you in advance.