Fix README.rst code block
This commit is contained in:
parent
74962bf16d
commit
8679f8f228
12
README.rst
12
README.rst
|
@ -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.
|
|
||||||
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
|
|
||||||
|
|
||||||
# Regenerate liberty files
|
# Expect a large download! ~7GB at time of writing.
|
||||||
make timing
|
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
|
||||||
```
|
|
||||||
|
# Regenerate liberty files
|
||||||
|
make timing
|
||||||
|
|
||||||
Support
|
Support
|
||||||
=======
|
=======
|
||||||
|
|
|
@ -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.
|
|
||||||
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
|
|
||||||
|
|
||||||
# Regenerate liberty files
|
# Expect a large download! ~7GB at time of writing.
|
||||||
make timing
|
SUBMODULE_VERSION=latest make submodules -j3 || make submodules -j1
|
||||||
```
|
|
||||||
|
# Regenerate liberty files
|
||||||
|
make timing
|
||||||
|
|
||||||
Support
|
Support
|
||||||
=======
|
=======
|
||||||
|
|
Loading…
Reference in New Issue