Merge pull request #142 from aedrax/patch-1

Fix the code block in the README
This commit is contained in:
Tim Ansell 2020-08-18 16:27:54 -07:00 committed by GitHub
commit 8de719a7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -113,13 +113,13 @@ We are excited to see additions to this documentation around using this design k
To download or update to the 'latest' version of all standard cell libraries, and to regenerate the liberty files, clone this repository and run the following commands. To download or update to the 'latest' version of all standard cell libraries, and to regenerate the liberty files, clone this repository and run the following commands.
```bash .. code:: bash
# Expect a large download! ~7GB at time of writing. # Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1 SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
# Regenerate liberty files # Regenerate liberty files
make timing make timing
```
Support Support
======= =======

View File

@ -95,13 +95,13 @@ We are excited to see additions to this documentation around using this design k
To download or update to the 'latest' version of all standard cell libraries, and to regenerate the liberty files, clone this repository and run the following commands. To download or update to the 'latest' version of all standard cell libraries, and to regenerate the liberty files, clone this repository and run the following commands.
```bash .. code:: bash
# Expect a large download! ~7GB at time of writing. # Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1 SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
# Regenerate liberty files # Regenerate liberty files
make timing make timing
```
Support Support
======= =======