mirror of
https://github.com/verilator/verilator.git
synced 2025-01-03 21:27:35 +00:00
Spelling fixes.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
b3f318d8ab
commit
7d27461054
@ -83,7 +83,7 @@ infodir = @infodir@
|
|||||||
pkgdatadir = @pkgdatadir@
|
pkgdatadir = @pkgdatadir@
|
||||||
|
|
||||||
# Directory in which to install pkgconfig file
|
# Directory in which to install pkgconfig file
|
||||||
# Generall ${prefix}/share/pkgconfig
|
# Generally ${prefix}/share/pkgconfig
|
||||||
pkgconfigdir = @pkgconfigdir@
|
pkgconfigdir = @pkgconfigdir@
|
||||||
|
|
||||||
# Directory in which to install data across multiple architectures
|
# Directory in which to install data across multiple architectures
|
||||||
|
@ -24,7 +24,7 @@ endif
|
|||||||
# e.g. examples/tracing_c.
|
# e.g. examples/tracing_c.
|
||||||
|
|
||||||
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
||||||
# package inatall, and verilator is in your path. Otherwise find the
|
# package install, and verilator is in your path. Otherwise find the
|
||||||
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
||||||
ifeq ($(VERILATOR_ROOT),)
|
ifeq ($(VERILATOR_ROOT),)
|
||||||
VERILATOR = verilator
|
VERILATOR = verilator
|
||||||
|
@ -24,7 +24,7 @@ endif
|
|||||||
# e.g. examples/tracing_sc.
|
# e.g. examples/tracing_sc.
|
||||||
|
|
||||||
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
||||||
# package inatall, and verilator is in your path. Otherwise find the
|
# package install, and verilator is in your path. Otherwise find the
|
||||||
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
||||||
ifeq ($(VERILATOR_ROOT),)
|
ifeq ($(VERILATOR_ROOT),)
|
||||||
VERILATOR = verilator
|
VERILATOR = verilator
|
||||||
|
@ -21,7 +21,7 @@ endif
|
|||||||
# Set up variables
|
# Set up variables
|
||||||
|
|
||||||
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
||||||
# package inatall, and verilator is in your path. Otherwise find the
|
# package install, and verilator is in your path. Otherwise find the
|
||||||
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
||||||
ifeq ($(VERILATOR_ROOT),)
|
ifeq ($(VERILATOR_ROOT),)
|
||||||
VERILATOR = verilator
|
VERILATOR = verilator
|
||||||
|
@ -21,7 +21,7 @@ endif
|
|||||||
# Set up variables
|
# Set up variables
|
||||||
|
|
||||||
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
# If $VERILATOR_ROOT isn't in the environment, we assume it is part of a
|
||||||
# package inatall, and verilator is in your path. Otherwise find the
|
# package install, and verilator is in your path. Otherwise find the
|
||||||
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
# binary relative to $VERILATOR_ROOT (such as when inside the git sources).
|
||||||
ifeq ($(VERILATOR_ROOT),)
|
ifeq ($(VERILATOR_ROOT),)
|
||||||
VERILATOR = verilator
|
VERILATOR = verilator
|
||||||
|
Loading…
Reference in New Issue
Block a user