You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify a mechanism for the user to select the model accuracy. This could be, for example,
in the layout PCell parameters
in a simulation configuration window, where all components are listed, and there is a drop-down for each component to select the model.
For the waveguide, we presently have the option for model accuracy, however, the "W" waveguide offers two different layouts: 1) single polygon, which exports to INTERCONNECT as a single wg_integral, 2) many pieces – straight, bend – which exports as many parts into INTERCONNECT (see screenshots below for #2).
Note that this is not ideal since the physical layout should not drive how the simulations are performed. Ideally, from the same layout (method #2), KLayout could generate either an accurate mode SPICE file, or a fast mode SPICE file. In this case, the waveguide is a PCell so we can use the same mechanisms to get data from the PCell to generate the SPICE file, but we need to make an exception to ignore the underlying straight and bent waveguide cells.
The text was updated successfully, but these errors were encountered:
For the waveguide, we presently have the option for model accuracy, however, the "W" waveguide offers two different layouts: 1) single polygon, which exports to INTERCONNECT as a single wg_integral, 2) many pieces – straight, bend – which exports as many parts into INTERCONNECT (see screenshots below for #2).
Note that this is not ideal since the physical layout should not drive how the simulations are performed. Ideally, from the same layout (method #2), KLayout could generate either an accurate mode SPICE file, or a fast mode SPICE file. In this case, the waveguide is a PCell so we can use the same mechanisms to get data from the PCell to generate the SPICE file, but we need to make an exception to ignore the underlying straight and bent waveguide cells.
The text was updated successfully, but these errors were encountered: