Coder Social home page Coder Social logo

hwc22's Introduction

HWC

Code repository for Hardware C

part Mux
{
   public Data[4] in;
   public bit[2]  control;
   public Data    out;
   
   for (i; 0..4)
       if (control == i)
           out = in[i];
}

interface Data
{
    bit[32] foo;
    bit     fred,wilma;
}

Key directories:

  • spec/ Design spec, describes how the language works
  • hwcCompile/ Contains the source for the compiler
  • hwcSim/ Simulator, planned to eventually use ncurses to display colored/manipulated source code as a quasi-GUI
  • hwcSim_raw/ Simulator with non-ncurses output. Not suitable for human consumption, except for experts; used for running unit tests. (This shares all code, except for the output code, with hwcSim/
  • wiring/, graph/, sim/ Directories containing code that is shared across two or more tools

hwc22's People

Contributors

russ-lewis avatar dilengovin avatar new-york-280 avatar felipe-l avatar jlhonors avatar

Watchers

 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.