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 a06f8ce commit 650f72e
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 2 deletions.
4 changes: 2 additions & 2 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
Loading

0 comments on commit 650f72e

Please sign in to comment.