www.kxcad.net Home > Electronic Index > Altium(Protel) Index
SimCode is a “C like” description language. You use it to define the characteristics and behavior of the device you are modeling. It includes functions to define parameters such as propagation delays, load characteristics, strengths, and so on. The device behavior is defined using truth tables, math functions and conditional control statements, such as IF..THEN statements.
SimCode files are written as plain ASCII text files and saved with the .TXT extension.
For a full SimCode example listing for a 74LS74 Dual D-type flip flop, see the 'SimCode digital simulation model example' topic in the Links section below.