.. _simulation_setting: Simulation settings ------------------- For OpenFPGA using VPR7 ~~~~~~~~~~~~~~~~~~~~~~~ All the parameters that need to be defined in the HSPICE simulations are located under a child node called , which is under its father node . The parameters are divided into three categories and can be defined in three XML nodes, , and , respectively. * The XML node .. code-block:: xml These properties define the options that will be printed in the top SPICE netlists. * **sim_temp:** specify the temperature which will be defined in SPICE netlists. In the top SPICE netlists, it will show as .temp . * **post:** [on|off]. Specify if the simulation waveforms should be printed out after SPICE simulations. In all the SPICE netlists, it will show as .option POST when turned on. .. note:: when the SPICE netlists are large or a long simulation duration is defined, the post option is recommended to be off. If not, huge disk space will be occupied by the waveform files. * **captab:** [on|off]. Specify if the capacitances of all the nodes in the SPICE netlists will be printed out. In the top SPICE netlists, it will show as .option CAPTAB when turned on. When turned on, the SPICE simulation runtime may increase. * The XML node .. code-block:: xml Define stimulates for the clock signal. * **op_freq:** either auto or a float number (unit:[Hz]) Specify the operation clock frequency that is used in SPICE simulations. This frequency is used in testbenches for operation phase simulation. Note that this is a mandatory option. Users have to specify either this frequency is automatically determined by assigning “auto” or give an exact number. If this clock frequency is specified, the sim_slack option is disregarded. * **sim_slack:** add slack to the critical path delay in the SPICE simulation. For example, sim_slack=0.2 implies that the clock period in SPICE simulations is 1.2 of the critical path delay reported by VPR. **Only valid when option op_freq is not specified.** * **prog_freq:** Specify the programming clock frequency that is used in SPICE simulations. This frequency is used in testbenches for programming phase simulation. * **slew_type & slew_time:** define the slew of clock signals at the rising/falling edge. Property slew_type can be either absolute or fractional [abs|frac]. * The type of **absolute** implies that the slew time is the absolute value. For example, slew_time=20e-12, slew_type=abs means that the slew of a clock signal is 20ps. * The type of **fractional** means that the slew time is related to the period (frequency) of the clock signal. For example, slew_time=0.05, slew_type=frac means that the slew of a clock signal takes 5% of the period of the clock. :numref:`fig_meas_edge` depicts the definition of the slew and delays of signals and the parameters that can be supported by FPGA-SPICE. .. code-block:: xml Define the slew of input signals at the rising/falling edge. * **slew_type & slew_time:** define the slew of all the input signals at the rising/falling edge. Property slew_type can be either absolute or fractional [abs|frac]. * The type of **absolute** implies that the slew time is the absolute value. For example, slew_time=20e-12, slew_type=abs means that the slew of a clock signal is 20ps. * The type of **fractional** means that the slew time is related to the period (frequency) of the clock signal. For example, slew_time=0.05, slew_type=frac means that the slew of a clock signal takes 5% of the period of the clock. .. note:: These slew settings are valid for all the input signals of the testbenches in different complexity levels. .. _fig_meas_edge: .. figure:: figures/meas_edge.png :scale: 100% :alt: map to buried traesure Parameters in measuring the slew and delay of signals * The XML node .. code-block:: xml * **sim_num_clock_cycle:** can be either “auto” or an integer. By setting to “auto”, FPGA-SPICE automatically determines the number of clock cycles to simulate, which is related to the average of all the signal density in ACE2 results. When set to an integer, FPGA-SPICE will use the given number of clock cycles in the SPICE netlists. * **accuracy_type:** [abs|frac]. Specify the type of transient step in SPICE simulation. * When **abs** is selected, the accuracy should be the absolute value, such as 1e-12. * When **frac** is selected, the accuracy is the number of simulation points in a clock cycle period, for example, 100. * **accuracy:** specify the transient step in SPICE simulation. Typically, the smaller the step is, the higher the accuracy that can be reached while the long simulation runtime is. The recommended accuracy is between 0.1ps and 0.01ps, which generates good accuracy and runtime is not significantly long. .. note:: Users can define the parameters in measuring the slew of signals, under a child node of the node . .. code-block:: xml Define the starting and ending point in measuring the slew of a rising edge of a signal. * **upper_thres_pct:** the ending point in measuring the slew of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of upper_thres_pct=0.95 is depicted in Figure 2. * **lower_thres_pct:** the starting point in measuring the slew of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of lower_thres_pct=0.05 is depicted in Figure 2. .. code-block:: xml * **upper_thres_pct:** the ending point in measuring the slew of a falling edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of upper_thres_pct=0.05 is depicted in Figure 2. * **lower_thres_pct:** the starting point in measuring the slew of a falling edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of lower_thres_pct=0.95 is depicted in Figure 2. .. note:: Users can define the parameters related to measurements of delays between signals, under a child node of the node . .. code-block:: xml Define the starting and ending point in measuring the delay between two signals when they are both at a rising edge. * **input_thres_pct:** the starting point in measuring the delay of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of input_thres_pct=0.5 is depicted in Figure 2. * **output_thres_pct:** the ending point in measuring the delay of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of output_thres_pct=0.5 is depicted in Figure 2. .. code-block:: xml Define the starting and ending point in measuring the delay between two signals when they are both at a falling edge. * **input_thres_pct:** the starting point in measuring the delay of a falling edge. It is expressed as a percentage of the maximum voltage of a signal. For example, upper_thres_pct=0.5 is depicted in :numref:`fig_meas_edge`. * **output_thres_pct:** the ending point in measuring the delay of a falling edge. It is expressed as a percentage of the maximum voltage of a signal. For example, lower_thres_pct=0. 5 is depicted in :numref:`fig_meas_edge`. For OpenFPGA using VPR8 ~~~~~~~~~~~~~~~~~~~~~~~ All the simulation settings are stored under the XML node ```` General organization is as follows .. code-block:: xml Clock Setting ^^^^^^^^^^^^^ Clock setting focuses on defining the clock periods to applied on FPGA fabrics As a programmable device, an FPGA has two types of clocks. The first is the operating clock, which is applied by users' implementations. The second is the programming clock, which is applied on the configuration protocol to load users' implementation to FPGA fabric. OpenFPGA allows users to freely define these clocks as well as the number of clock cycles. We should the full syntax in the code block below and then provide details on each of them. .. code-block:: xml Operating clock setting ``````````````````````` Operating clocks are defined under the XML node ```` .. option:: - ``frequency="`` Specify frequency of the operating clock. OpenFPGA allows users to specify an absolute value in the unit of ``[Hz]`` Alternatively, users can bind the frequency to the maximum clock frequency analyzed by VPR STA engine. This is very useful to validate the maximum operating frequency for users' implementations In such case, the value of this attribute should be a reserved word ``auto``. - ``num_cycles="|"`` can be either ``auto`` or an integer. When set to ``auto``, OpenFPGA will infer the number of clock cycles from the average/median of all the signal activities. When set to an integer, OpenFPGA will use the given number of clock cycles in HDL and SPICE simulations. - ``slack=""`` add a margin to the critical path delay in the HDL and SPICE simulations. This parameter is applied to the critical path delay provided by VPR STA engine. So it is only valid when option ``frequency`` is set to ``auto``. This aims to compensate any inaccuracy in STA results. Typically, the slack value is between ``0`` and ``1``. For example, ``slack=0.2`` implies that the actual clock period in simulations is 120% of the critical path delay reported by VPR. .. note:: Only valid when option ``frequency`` is set to ``auto`` .. warning:: Avoid to use a negative slack! This may cause your simulation to fail! Programming clock setting ````````````````````````` Programming clocks are defined under the XML node ```` .. option:: - ``frequency=""`` Specify the frequency of the programming clock using an absolute value in the unit of ``[Hz]`` This frequency is used in testbenches for programming phase simulation. .. note:: Programming clock frequency is typically much slower than the operating clock and strongly depends on the process technology. Suggest to characterize the speed of your configuration protocols before specifying a value! Simulator Option ^^^^^^^^^^^^^^^^ This XML node includes universal options available in both HDL and SPICE simulators. .. note:: This is mainly used by FPGA-SPICE Operating condition ``````````````````` .. option:: `` - ``temperature=""`` Specify the temperature which will be defined in SPICE netlists. In the top SPICE netlists, it will show as .. code-block:: python .temp Output logs ``````````` .. option:: `` Specify the options in outputting simulation results to log files - ``verbose="true|false"`` Specify if the simulation waveforms should be printed out after SPICE simulations. If turned on, it will show in all the SPICE netlists .. code-block:: python .option POST .. note:: when the SPICE netlists are large or a long simulation duration is defined, the post option is recommended to be off. If not, huge disk space will be occupied by the waveform files. - ``captab="true|false"`` Specify if the capacitances of all the nodes in the SPICE netlists will be printed out. If turned on, it will show in the top-level SPICE netlists .. code-block:: python .option CAPTAB .. note:: When turned on, the SPICE simulation runtime may increase. Simulation Accuracy ``````````````````` .. option:: `` Specify the simulation steps (accuracy) to be used - ``type="abs|frac"`` Specify the type of transient step in SPICE simulation. * When ``abs`` is selected, the accuracy should be the absolute value, such as ``1e-12``. * When ``frac`` is selected, the accuracy is the number of simulation points in a clock cycle period, for example, 100. - ``value=""`` Specify the transient step in SPICE simulation. Typically, the smaller the step is, the higher the accuracy that can be reached while the long simulation runtime is. The recommended accuracy is between 0.1ps and 0.01ps, which generates good accuracy and runtime is not significantly long. Simulation Speed ```````````````` .. option:: Specify if any runtime optimization will be applied to the simulator. - ``fast_simulation="true|false"`` Specify if fast simulation is turned on for the simulator. If turned on, it will show in the top-level SPICE netlists .. code-block:: python .option fast Monte Carlo Simulation `````````````````````` .. option:: Run SPICE simulations in monte carlo mode. This is mainly for FPGA-SPICE When turned on, FPGA-SPICE will apply the device variation defined in :ref:`technology_library` to monte carlo simulation - ``num_simulation_points=""`` Specify the number of simulation points to be considered in monte carlo. The larger the number is, the longer simulation time will be but more accurate the results will be. Measurement Setting ``````````````````` - Users can define the parameters in measuring the slew of signals, under XML node ```` - Users can define the parameters in measuring the delay of signals, under XML node ```` Both delay and slew measurement share the same syntax in defining the upper and lower voltage thresholds. .. option:: Define the starting and ending point in measuring the slew of a rising or a falling edge of a signal. - ``upper_thres_pct=""`` the ending point in measuring the slew of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of upper_thres_pct=0.95 is depicted in :numref:`fig_measure_edge`. - ``lower_thres_pct=""`` the starting point in measuring the slew of a rising edge. It is expressed as a percentage of the maximum voltage of a signal. For example, the meaning of lower_thres_pct=0.05 is depicted in :numref:`fig_measure_edge`. .. _fig_measure_edge: .. figure:: figures/meas_edge.png :scale: 80% :alt: map to buried traesure An illustrative example on measuring the slew and delay of signals Stimulus Setting ```````````````` Users can define the slew time of input and clock signals to be applied to FPGA I/Os in testbenches under XML node ```` and ```` respectively. This is used by FPGA-SPICE in generating testbenches .. option:: Specify the slew rate of an input or clock signal at rising or falling edge - ``slew_type="[abs|frac]"`` specify the type of slew time definition at the rising or falling edge of a lock/input port. * The type of ``abs`` implies that the slew time is the absolute value. For example, ``slew_type="abs" slew_time="20e-12"`` means that the slew of a clock signal is 20ps. * The type of ``frac`` means that the slew time is related to the period (frequency) of the clock signal. For example, ``slew_type="frac" slew_time="0.05"`` means that the slew of a clock signal takes 5% of the period of the clock. - ``slew_time=""`` specify the slew rate of an input or clock signal at the rising/falling edge. :numref:`fig_measure_edge` depicts the definition of the slew and delays of signals and the parameters that can be supported by FPGA-SPICE.