Skip to content

Add dynamic input gates #3545

@llysdal

Description

@llysdal

Mainly targetting addition/multiplication gates such that they dont always have to have 8 inputs - whether we'd be overriding the wire gates or adding special new ones i am unsure.

My idea is that the gate will always have 1 more input than youre currently using, so an add gate starts out with 1 input, and then when you connect that it gets 2 etc.

If we do override gates, here is my attempt at listing the biggest culprits:
Angle - Addition
Arithmetic - Add, Average, Multiply
Logic - All except for Not (Invert), however these are already replicated as CPU gates
Selection - Maximum (Largest), Minimum (Smallest)
String - Concatenate
Vector - Addition, Multiplexer, Select

Metadata

Metadata

Assignees

No one assigned

    Labels

    FPGAThis issue is related to FPGAFeature requestRequest to add or improve something in Wiremod

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions