Jump to content

Oracle: Difference between revisions

From Logic World Wiki
add to component categories
fix truth table
Line 15: Line 15:
| caption=Oracle Truth Table
| caption=Oracle Truth Table
| 0 0
| 0 0
| 0 1/0
| 1 1/0
}}
}}



Revision as of 10:54, 7 September 2025

Oracle

Oracle
Component info
Internal ID MHG.Randomizer
Configurable No
Input and output
Input count 1
Output count 1
Propagation delay 1 tick

The Oracle is a digital component which will output a random state (HIGH or LOW) on the rising edge of the input.

The Oracle will demonstrate the following behavior:

Oracle Truth Table
EnableOutput
00
11/0

Timing

The Oracle has a latency of 1 tick, so in the instance of the enable pin goes HIGH, the output will be in a random state of either LOW or HIGH. The same is for when the enable pin goes LOW, the output will be set to LOW one tick later.

Configurability

This component cannot be configured in the edit menu.