Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:start [2025/05/27 18:04] – [The configuration files] rajitconfig:start [2025/06/05 09:58] (current) rajit
Line 32: Line 32:
 </code> </code>
 Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values. Here the variable is an array (a.k.a. table) that corresponds to the space-separated list of values.
 +
 +<code>
 +int_tablex <var> values
 +real_tablex <var> values
 +string_tablex <var> values
 +</code>
 +Here the variable is an array (a.k.a. table) as before, but the values are appended to the existing table; i.e. the table is extended.
  
 <code> <code>
Line 63: Line 70:
   * ''models.sp'': In the standard technology configuration directory, the file ''models.sp'' should exist if mixed-signal and analog modeling is to be used. This particular file should include the SPICE commands necessary to include all the device models needed for simulation. This is typically a single line of the form ''.lib "<path-to-models>" TT''   * ''models.sp'': In the standard technology configuration directory, the file ''models.sp'' should exist if mixed-signal and analog modeling is to be used. This particular file should include the SPICE commands necessary to include all the device models needed for simulation. This is typically a single line of the form ''.lib "<path-to-models>" TT''
  
 +Any configuration parameter can be over-ridden by using the ''-cnf=<file.conf>'' command-line option that is supposed by any ACT tool. While most technology-specific options are unlikely to need to be overridden,
 +others (e.g. warnings, definitions of macros) may need [[config:runtime|user customization]].