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.
```bash
# Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
.. code:: bash
# Regenerate liberty files
make timing
```
# Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
# Regenerate liberty files
make timing
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.
```bash
# Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
.. code:: bash
# Regenerate liberty files
make timing
```
# Expect a large download! ~7GB at time of writing.
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
# Regenerate liberty files
make timing
Support
=======