Skip to content

Commit

Permalink
wave: Add generic waveform script when running vsim with gui
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP authored and colluca committed Aug 21, 2023
1 parent 90fbf3d commit ede3e7a
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ VSIM_FLAGS += -do "log -r /*; run -a"
VSIM_FLAGS += -warning 8386

VCS_FLAGS += +nospecify
VCS_FLAGS += -Mdir=work-vcs
VCS_FLAGS += -Mlib=work-vcs
VCS_FLAGS += -Mdir=$(VCS_BUILDDIR)
VCS_FLAGS += -Mlib=$(VCS_BUILDDIR)
VCS_FLAGS += -full64
# Multi-core
VCS_FLAGS += -fgp
Expand Down Expand Up @@ -575,7 +575,7 @@ clean-work:
rm -rf work

clean-bender:
rm -rf Bender.lock .bender/ work/
rm -rf $(ROOT)/Bender.lock $(ROOT)/.bender/ work/

clean-logs:
rm -rf $(LOGS_DIR)/
Expand Down
Loading

0 comments on commit ede3e7a

Please sign in to comment.