Create a Verilog model of a device with a lookup table is a straightforward and fast method if you can characterize the physical device.
[Read more…] about How to Create a Model in Verilog-A with a Lookup Table
Learning electronics together
Create a Verilog model of a device with a lookup table is a straightforward and fast method if you can characterize the physical device.
[Read more…] about How to Create a Model in Verilog-A with a Lookup Table
How to stop or finish a simulation with a VerilogA command. [Read more…] about VerilogA Code to Stop Simulation in Cadence
A model of the solar cell is built in Verilog-ams. This is needed in order to perform the simulation of the MPPT in a Solar Energy Harvester. [Read more…] about Solar Cell Verilog Model for Cadence
As a default Cadence has a non-user friendly text editor, but to code, we need to use another one like gedit. gedit is a small and lightweight text editor that allow you to highlight the text.
[Read more…] about How to Setup the gedit text editor as default in Cadence for Code Highligh
How to write an ideal comparator in Cadence with vhdlams HDL language? The comparator checks if the actual input voltage pin is above the reference voltage or not.
[Read more…] about Ideal Comparator in Cadence (VHDL-AMS) for Mixed Signal
A digital counter with N-bits is developed in VHDL in Cadence environment for mixed-signal simulations. [Read more…] about Design of a digital Counter in VHDL for CADENCE