From 01371ce54dfee6892034037cf8549a2ab3442542 Mon Sep 17 00:00:00 2001 From: BaudouinChauviere <43420516+BaudouinChauviere@users.noreply.github.com> Date: Mon, 1 Apr 2019 16:27:06 -0600 Subject: [PATCH] Update customize_subckt.rst --- docs/source/fpga_spice/customize_subckt.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/fpga_spice/customize_subckt.rst b/docs/source/fpga_spice/customize_subckt.rst index a94c4f6b5..fca30912f 100644 --- a/docs/source/fpga_spice/customize_subckt.rst +++ b/docs/source/fpga_spice/customize_subckt.rst @@ -2,12 +2,12 @@ Create Customized SPICE Modules =============================== To make sure the customized SPICE netlists can be correctly included in FPGA-SPICE, the following rules should be fully respected: -1. The customized SPICE netlists could contain multiple sub-circuits but the names of these sub-circuits should not be conflicted with any reserved words.. Here is an example of defining a sub-circuit in SPICE netlists. The should be a unique one, which should not be conflicted with any reserved words. +1. The customized SPICE netlists could contain multiple sub-circuits but the names of these sub-circuits should not be conflicted with any reserved words.. Here is an example of defining a sub-circuit in SPICE netlists. The should be a unique one, which should not be conflicted with any reserved words. .subckt -2. The ports of sub-circuit to be included should strictly follow the sequence: +2. The ports of sub-circuit to be included should strictly follow the sequence: It is not necessary to keep the names of ports be the same with what is defined in the SPICE models. But the bandwidth of the ports should be consistent with what is defined in the Circuit models. -.. note:: If the customized SPICE netlists includes inverters, buffers or transmission gates, it recommended to use those auto-generated by FPGA-SPICE. It is also recommend to use the transistor sub-circuit (vpr_nmos and vpr_pmos) auto-generated by FPGA-SPICE. In the appendix, we introduce how to use these useful sub-circuits. +.. note:: If the customized SPICE netlists include inverters, buffers or transmission gates, it is recommended to use those auto-generated by FPGA-SPICE. It is also recommended to use the transistor sub-circuit (vpr_nmos and vpr_pmos) auto-generated by FPGA-SPICE. In the appendix, we introduce how to use these useful sub-circuits.