minor format fix in documentation

This commit is contained in:
tangxifan 2020-03-09 21:25:13 -06:00
parent d14fa16905
commit 2a3c5b98a5
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ A device model represents a transistor/RRAM model available in users' technology
.. note:: the name of ``<device_model>`` may not be the name in users' technology library. .. note:: the name of ``<device_model>`` may not be the name in users' technology library.
.. option:: <lib type="<string>" corner="<string>" ref="<string>" path="<string>"/> .. option:: <lib type="<string>" corner="<string>" ref="<string>" path="<string>"/>
Specify the technology library that defines the device model Specify the technology library that defines the device model
- ``type="academia|industry"`` For the industry library, FPGA-SPICE will use ``.lib <lib_file_path>`` to include the library file in SPICE netlists. For academia library, FPGA-SPICE will use ``.include <lib_file_path>`` to include the library file in SPICE netlists - ``type="academia|industry"`` For the industry library, FPGA-SPICE will use ``.lib <lib_file_path>`` to include the library file in SPICE netlists. For academia library, FPGA-SPICE will use ``.include <lib_file_path>`` to include the library file in SPICE netlists