add warning about config file naming

put a box around the warning

try to fix the box around the warning

unsure if this is how you make the box work

this table needs less emphasis

that didn't work; will this?

that was all bad, this is good

ok this is definitely it

please

these warnings don't look bad. make the other one look the same
This commit is contained in:
Arya Reais-Parsi 2020-12-05 14:55:06 -08:00
parent 0250d9add7
commit 5833728889
1 changed files with 6 additions and 1 deletions

View File

@ -81,7 +81,7 @@ We have included the most recent SCN4M_SUBM design rules from [Qflow].
## Docker Image
**WARNING! Some OpenRAM dependency tools installed in the Docker image are out-of-date.**
> :warning: **WARNING!** Some OpenRAM dependency tools installed in the Docker image are out-of-date.
We have a pre-configured Ubuntu [Docker](https://www.docker.com/) image
available that has all tools installed for the [SCMOS] process. It is
@ -142,6 +142,11 @@ python3 $OPENRAM_HOME/openram.py myconfig
You can see all of the options for the configuration file in
$OPENRAM\_HOME/options.py
> :warning: **WARNING!** Config files are imported as Python modules, which
must adhere to the [requirements for naming Python
modules](https://docs.python.org/3/reference/simple_stmts.html#the-import-statement).
In particular, you cannot use a period or any special characters other than an
underscore. Try using 'p' instead of a period.
# Unit Tests