Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to include the Surfer waveform viewer (and minor fixes) #1101

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ NVC has both a release branch and a development master branch. The
master branch should be stable enough for day-to-day use and has
comprehensive regression tests, but the release branch is more suitable
for third party packaging. The latest released version is
[1.13.3](https://github.com/nickg/nvc/releases/tag/r1.13.3).
[1.14.2](https://github.com/nickg/nvc/releases/tag/r1.14.2).
Significant changes since the last release are detailed in
[NEWS.md](NEWS.md).

Expand Down Expand Up @@ -128,16 +128,16 @@ On `rpm` based distributions, the following can be installed to fulfill
required dependencies:

sudo dnf install autoconf automake flex check llvm-devel libffi-devel \
zlib-ng-compat-devel libzstd-devel elfutils-devel
zlib-ng-compat-devel libzstd-devel elfutils-devel

Only the MSYS2 environment on Windows is supported. The required
dependencies can be installed with:

pacman -S base-devel mingw-w64-x86_64-{llvm,ncurses,libffi,check,pkg-config,zstd}

[GtkWave](http://gtkwave.sourceforge.net/) can be used to view
simulation waveforms. Version 3.3.79 or later is required for the
default FST format.
[GTKWave](http://gtkwave.sourceforge.net/) or [Surfer](https://surfer-project.org/)
can be used to view simulation waveforms. For GTKWave, version 3.3.79 or later is
required for the default FST format.

#### Testing

Expand Down
Loading