Skip to content

Commit

Permalink
make: Don't compile everytime
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 19, 2024
1 parent 3d01170 commit 1971f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ bin/%.vcs: scripts/compile_vcs.sh compile-vcs
mkdir -p bin
$(VCS) $(VCS_ARGS) $(VCS_PARAMS) $* -o $@

run-vcs run-vcs-batch: bin/$(TB_DUT).vcs
$< +permissive -exitstatus +permissive-off
run-vcs run-vcs-batch:
bin/$(TB_DUT).vcs +permissive -exitstatus +permissive-off

clean-vcs:
@rm -rf AN.DB
Expand Down

0 comments on commit 1971f0f

Please sign in to comment.