No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
* {{Component|NOT||alpha}} | * {{Component|NOT||alpha}} | ||
* {{Component|AND}} | * {{Component|AND}} | ||
* {{Component|3 | * {{Component|3 Pin AND|3-input AND}} | ||
* {{Component|OR}} | * {{Component|OR}} | ||
* {{Component|3 | * {{Component|3 Pin OR|3-input OR}} | ||
* {{Component|NAND}} | * {{Component|NAND}} | ||
* {{Component|NOR}} | * {{Component|NOR}} |
Revision as of 07:02, 14 January 2025
A list of components found in the game, updated for the alpha branch.
Bit components
- Constant ON
- Constant OFF
- Switch
- Full adder
- 1-bit decoder
- 2-bit decoder
- 3-bit decoder
- Delay line
- Register
Logical operations
Splitters and Makers
Word components
Logical operations
- ROR (rotate right)
- ROL (rotate left)
- ASR (arithmetic shift right)
- LSR (logical shift right)
- LSL (logical shift left)
- NOT
- AND
- OR
- NAND
- NOR
- XOR
- XNOR
Mathematical operations
- LESS (signed less than)
- LOW (unsigned less than)
- EQ (equality)
- MUL (multiplication)
- MOD (remainder after division)
- DIV (division)
- INC (add 1)
- ADD (addition)
- NEG (negation)
Splitters and makers
IO components
Level components
Component factory
Probes
Memory
Display
Input (IO)
Advanced
Verilog (dev_mode on
)
Level creation (DEV) components (dev_mode on
)
Probes
Input
- 1-bit input
- 1-bit input for custom components with value
- 1-bit input for custom components with message
- 2-bit input
- 3-bit input
- 4-bit input
- Word input
- Word input with message
- Word input with enable pin
Output
- 1-bit output
- 1-bit output with SUM label
- 1-bit output with CAR label
- 1-bit output with value
- 2-bit output
- 3-bit output
- 3-bit output with value
- 4-bit output
- Word output
- Word output with enable pin