Skip to main content

Search

Logic chip "then" output which signals when all logic inside the chip has processed

  • JackyPrower

    Maybe I'm understanding this incorrectly, but wouldn't that essentially be an AND gate?

  • Skn3--

    Kind of. You can can do cool stuff if you wire logic in series. Meaning you have basically one massive flow of interconnected logic like Christmas tree lights. The next chip only processing after the previous chip has completed.

    The point of the suggestion is to add this to the logic chip. All logic in the chip would have to execute before the “then” signal is produced. So we could easily create very precisely timed logic and chain it together to execute in the same frame.

    At the minute we can do this by adding an output node. The difficulty comes when you have more complex logic. You end up having to add bigger and bigger AND / OR / conditional logic infront of that output node.

    Dreams is aware of the logic inside a chip. So I would assume that some process could be setup so that it can wait for all of its descendants before signalling out!

    Basically I’m just trying to offer a suggestion that can add something new and fresh to the logic system.

  • TAPgiles
    Great answers

    I usually do this by sticking a switch in the chip. Depends on the order or processing though, as I'm sure you know. So yeah, something explicit would be good. No idea how easy it would be to shift the order on the engine-side though...

Please sign in to leave a comment.