Skip to content

Commit

Permalink
Remove duplicated call to vopt
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiGhionda committed Jan 15, 2025
1 parent 1a94479 commit df1cb87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ sim_clean:
scripts/compile.tcl: | Bender.lock
$(call generate_vsim, $@, $(bender_defs) $(bender_targs),..)
echo 'vlog "$(realpath $(ROOT_DIR))/tb/dpi/elfloader.cpp" -ccflags "-std=c++11"' >> $@
echo 'vopt +permissive -suppress 3053 -suppress 8885 +UVM_NO_RELNOTES $(top_level) -o $(top_level)_optimized' >> $@

$(library):
$(QUESTA) vlib $(library)
Expand Down

0 comments on commit df1cb87

Please sign in to comment.