Is it possible to reuse object files with Verilator?
I’m writing a Makefile
for a Verilator
project. I want to first build all object files from all my modules and then link all of them with each of the several test benches I have, as I would do with gcc
.