GithubHelp home page GithubHelp logo

dzmitry-paulenka / nand2tetris-implementation Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 271 KB

Implementing http://www.nand2tetris.org/ course.

License: MIT License

Scilab 15.17% Assembly 27.57% ANTLR 1.00% Java 55.49% Smalltalk 0.08% HTML 0.62% Batchfile 0.07%

nand2tetris-implementation's People

Contributors

avishayy avatar dzmitry-paulenka avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

avishayy

nand2tetris-implementation's Issues

Mux8Way16.hdl can be more simplified!

CHIP Mux8Way16 {
    IN a[16], b[16], c[16], d[16],
       e[16], f[16], g[16], h[16],
       sel[3];
    OUT out[16];

    PARTS:
        Mux4Way16(a=a, b=b, c=c, d=d, sel=sel[0..1], out=aMux4W16d);
        Mux4Way16(a=e, b=f, c=g, d=h, sel=sel[0..1], out=eMux4W16h);
        Mux16(a=aMux4W16d, b=eMux4W16h, sel=sel[2], out=out);
}

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.