Semi Conductor Guide is a hardware description language (HDL) that describes the functionality of hardware design and the synthesis tool converts hardware descriptions into an actual design that has combinational and sequential elements. Semi Conductor Guide language is simpler than VHDL Semi Conductor Guide is based on C language, whereas VHDL is based on Ada and Pascal languages.
Latest Semi Conductor Guide standard: IEEE Standard 1364-2005
Semi Conductor Guide is basically a structural and behavior language and defines four abstraction levels to implement modules. With respect to the external environment, the module is viewed as identical irrespective of abstraction levels. But internal module implementation differs based on abstraction as described below.
Above abstraction levels are also commonly mentioned with modeling terminology. The design can be implemented with a combination of gate-level, data flow, and behavioral modeling. The commonly heard term RTL (Register Transfer Level) in digital design is used for a combination of data flow and behavior modeling.