Thursday, November 21, 2019

Behavioral models of the basic logic gates based on Verilog AMS.

In a new entry in the section "Verilog AMS Files", they are available for downloading the files that provide the possibility of simulate logic gates, the three basic ones, AND gate, OR gate and the inverter, from the behavioral point of view.

Mixed simulation is not implemented in QUCS Studio. Meaning that it is possible to work with logic circuits, but using the chronogram aproximation. One digital circuit in a QUCS Studio schematic can not be analyzed using transient analysis.

The logic gates coded in Verilog AMS and completed with some lumped elements offer the posibility of simulating using transient analysis with the advantange of the behavioral approximation. The same function for the logic gates implemented using the phisycal model (i. e. building the logic gates with the transistors that compose them physically) will take, on average, more time of analysis.

Wednesday, November 20, 2019

A Voltage Controlled Voltage Source with a Table defined dependency designed in Verilog AMS

As a second part of the post from a few days back, this time it is presented a voltage controlled voltage source with a table defined dependency. In many cases, there are SPICE models that include this type of controlled source as a part of the circuit, and this element, designed basically in Verilog AMS module, allows to cover this type of necesities.

Go and visit the "Verilog AMS Files" section of this site and you will find the links to the documentation and the files that are necessary to run in QUCS Studio this new controlled source.

Saturday, November 16, 2019

A New Voltage Controlled Voltage Source with polynomial dependency for QUCS Studio

In QUCS Studio it is possible to find the basic controlled sources that are common in all the CAD tools. But there are other options for controlled sources that would be interesting for modelling devices and that it can be modeled in QUCS Studio using the Verilog AMS capabilities of the tool.

In the section "Verilog AMS Files" of this site it is now possible to find the description of the design process and the files necessaries to work with a new type of Voltage Controlled Voltage Source for QUCS Studio where the dependency is a polynomial expression of a determined independent voltage.

Wednesday, November 13, 2019

An improvement in the DCDC Model for QUCS Studio

In the previous DCDC spice model published in this site there were included two different aproximations that were rather inaccurate and could provoke convergence problems in transient analysis. After testing the first design, many of the failures in the transient analysis were resolved changing the independent voltage sources included in the model.

In this new model these inacurracies that are the existence of these independent voltage source have been resolved and the convergence problems explained before have been reduced significantly.

Until the number of tests are enough to declare the model free of convergence issues, this new approximation to the solution is definetly an improvement because It is better in terms of stability and it is more robust regarding the convergence problems.
To test the model, the previous test file can be used directly, replacing in the project folder the old model file for the new one.

Visit the "SPICE and Models" page and you will find the link for downloading the new DCDC model.


Note: It is still pending to include the characterization of several dynamic performances like the rise and the fall time, and some other parameters like the voltage levels in the output & input pinnes in all the situations. It is foreseen to include these parameters in the next issue of the model.