mirror of
https://github.com/Stone-Red-Code/StoneRed.LogicSimulator.git
synced 2026-09-08 07:55:58 +02:00
Update name and description for DivideByNCounter logic gate
This commit is contained in:
@@ -8,8 +8,8 @@ using System;
|
|||||||
|
|
||||||
namespace StoneRed.LogicSimulator.Simulation.LogicGates;
|
namespace StoneRed.LogicSimulator.Simulation.LogicGates;
|
||||||
|
|
||||||
[LogicGateName("DivideByNCounter")]
|
[LogicGateName("Divide By N Counter")]
|
||||||
[LogicGateDescription("A clock is a circuit that oscillates between a high and a low state.")]
|
[LogicGateDescription("A divide by N counter is a counter that divides the input frequency by N. The output is high for one tick every N ticks.")]
|
||||||
internal class DivideByNCounter : LogicGate, IInteractable
|
internal class DivideByNCounter : LogicGate, IInteractable
|
||||||
{
|
{
|
||||||
private ICircuitSimulator? circuitSimulator;
|
private ICircuitSimulator? circuitSimulator;
|
||||||
|
|||||||
Reference in New Issue
Block a user