vunit
vunit copied to clipboard
Do not add builtins by default
From https://github.com/VUnit/vunit/pull/507#discussion_r328261564:
[@kraigher] This is really an old mistake that I think we made that I might want to change. It would have been better not to add the builtins by default since it makes options easier and also we do not require a separate VUnit class to be used for Verilog.
[@umarcor] Do you mean to remove compile_builtins from from_argv and from_args? That'd be a breaking change, wouldn't it?
I do not think this is urgent to do. But when we see a reason where this change would make our life easier we should do it. Currently I think we can wait.
When doing this change we should replace the add_builtins
method with an add_vhdl_builtins
and add_verilog_builtins
method.