Giter Club home page Giter Club logo

lwcommunityversion's Introduction

Logic World - Community Version (Mod)

DISCLAIMER

DO NOT USE MODS ON SERVER AS IT IS UNSUPPORTED CURRENTLY

Installation

Using git

Without git

Components

XOR Gate* (Mini)

XOR Gate*

Exactly like the big XOR gate except in a smaller package

SR Latch

image

Its a Stock Standard SR Latch (Set, Reset Latch)

Register

image

Very Similar to a D-Latch, Except it saves the bit on the falling edge of the Clock

Multiplexer

image

The multiplexer selects between two inputs (D0 and D1) based on the select input (S).

Multiplexer Truth Table

D0 D1 S Output
0 any 0 0
1 any 0 1
any 0 1 0
any 1 1 1

Demultiplexer

image

The demultiplexer routes the input (D) to one of two different outputs (Out 0 and Out 1) based on the select input (S).

Demultiplexer Truth Table

S D Out 0 Out 1
0 0 0 0
0 1 1 0
1 0 0 0
1 1 0 1

Circuit Via

image

Allows you to make "Circuit Traces" and it passes through the circuit board, similar to a through peg but small.

Chips

4 Bit RAM

image

[4 ADDR (TOP ROW), 4 DATA (BOTTOM ROW), READ WRITE LINES, RESET CHIP ON FAR SIDE, 4 OUTPUTS (HIDDEN)]

[DOT SIGNIFIES SIDE OF LSB]

A small RAM component perfect for any 4-bit system!

Addressable SR Latch

image

[8 ADDR, SET AND RESET LINES, RESET CHIP ON FAR SIDE, CHIP SELECT ON TOP, 1 OUTPUT (OPPOSITE ADDRs)]

[DOT SIGNIFIES SIDE OF LSB]

Really shrinks down the giant RAM systems.

lwcommunityversion's People

Contributors

iscoffeetho avatar moldytzu avatar oddron avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.