Testbench cleanup
Created by: jordancarlin
- Use
VCS
instead ofSIM_VCS
for vas related ifdefs in testbench asVCS
is enabled by default in the simulator and does not need to be passed as an argument - Base
$stop
vs$finish
off of theQUESTA
macro instead ofVCS
andVERILATOR
since Questa seems to be the odd one out and this only requires one ifdef instead of two - Correct usage of
S_SUPPORTED
in testbench_fp and replace withF_SUPPORTED