-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ Bison 和 Flex 是 GNU 提供的两个语法解析工具。 | |
```sh | ||
# Debian/Ubuntu | ||
sudo apt install bison flex | ||
# fedora/CentOS | ||
# Fedora/CentOS | ||
sudo dnf install bison flex | ||
# ArchLinux | ||
sudo pacman -Sy bison flex | ||
|
@@ -68,7 +68,7 @@ brew install bison flex | |
```sh | ||
# Debian/Ubuntu | ||
sudo apt install verilator | ||
# fedora/CentOS | ||
# Fedora/CentOS | ||
sudo dnf install verilator verilator-devel | ||
# ArchLinux | ||
sudo pacman -Sy verilator | ||
|
@@ -103,7 +103,7 @@ Verilator 在编译过程中,需要用到 GNU 方言,因此推荐使用 Linu | |
paru sbt | ||
sudo pacman -Sy openjdk | ||
paru scala_2.12 | ||
# fedora | ||
# Fedora | ||
sudo dnf install sbt openjdk scala-2.12 | ||
# MacOS | ||
brew install sbt openjdk [email protected] | ||
|
@@ -145,7 +145,7 @@ sdk install sbt | |
```sh | ||
# Debian/Ubuntu | ||
sudo apt install gtkwave | ||
# fedora/CentOS | ||
# Fedora/CentOS | ||
sudo dnf install gtkwave | ||
# ArchLinux | ||
sudo pacman -Sy gtkwave | ||
|