This chapter describes all library components that are built into Antares. These components are included in both the "Basic" and the "Standard" library.

Compared to similar tools, it may seem that these are rather few components. The philosophy of Antares differs from that of other tools in this respect: With Antares, the user should be able to explore the inner workings of as many components as possible.

For this reason, Antares does not contain any built-in or elementary flip-flops, full adders or multiplexers; these are included in Antares as fully modelled subcircuits in the standard library and can therefore be opened by the user at any time as a subcircuit, so that their functionality can be observed during simulation.

Common Properties

Properties that only apply to a specific component, or that have a different meaning depending on the component, are explained in the description of the respective component. This chapter describes properties that apply equally to all components.

ID

The identification number of the component which is unique within the circuit in which the component is located. It is mainly used for scripting applications.

Model ID

Antares components consist of a view part and a model part. The property "ID" corresponds with the view part, while the property "Model ID" uniquely identifies the model part of a component. Since the simulation of a circuit operates mainly on the model parts of components, issues that occur during the simulation (such as signal conflicts) reference the model ID of the components that caused the issue.

Description

In this property a multi-lingual text can be entered that describes the purpose of a component within the circuit. If available, it is displayed in the description popup instead of the standard description of the component. See chapter Descriptions and Explanations for more details.

Propagation Delay

The time in nanoseconds it takes the component to calculate new output signals after its inputs have changed, or, as in the case of the LED, to update its graphical representation.

Shadows

This property controls whether this particular component is to be displayed with a shadow. Shadows are only displayed if they have been activated in the Antares settings. If shadows are activated in the settings, you can prevent an individual component from drawing a shadow.

Color

Normally, the color in which a component is drawn is determined by its style. The property "Color" can be used to override the color for a specific component. This can be used, for example, to identify all components of a circuit that perform a similar function with the same color. See chapter Styles and Themes for more details.

Digital Components

These components are contained in the built-in library "Standard".

Logic Gates

Memory

  • RAM RAM

  • ROM ROM

  • LUT Lookup Table

  • Register 4,8,16,32 Bit

  • Shift Register Parallel-Out 4,8 Bit

  • Shift Register Parallel-In 4,8 Bit

Arithmetic

  • Random Random

  • Bit Extender Bit Extender

  • Adder n Bit

  • Subtractor n Bit

  • Multiplier n Bit

  • Divider n Bit

  • Comparator n Bit

  • Half Adder

  • Full Adder

  • Incrementer 8 Bit

  • Shifter 8,16 Bit

  • Comparator 4,8 Bit

  • Magnitude Comparator 4 Bit

  • Full Adder 4 Bit (Fast Carry)

Codec

  • 2-4 Decoder

  • 3-8 Decoder

  • 4-16 Decoder

  • BCD 7-Seg Decoder

  • BCD 7-Seg (Hex) Decoder

  • BCD-DEC Decoder (Neg)

  • 4-2 Priority Encoder

  • 8-3 Priority Encoder

  • ASCII-16Seg Decoder

FLip-Flops

  • D Flip-Flop

  • T Flip-Flop

  • SR Latch

  • SR Flip-Flop

  • JK Flip-Flop

  • JK Master-Slave Flip-Flop

Plexer

  • Multiplexer n Bit

  • Bit Selector n Bit

  • 2x 4-4 Multiplexer

  • 2x 8-8 Multiplexer

  • 2x 16-16 Multiplexer

  • 2-1 Multiplexer

  • 4-1 Multiplexer

  • 8-1 Multiplexer

  • 2x 2-2 Multiplexer

Counter

  • Sync. Forward Counter 3 Bit

  • Sync. BCD Counter 4 Bit

  • Frequency Divider 1:16

  • Binary Counter 4 Bit LD/CLR

Analog Components

These components are contained in the built-in library "Analog".