Giter VIP home page Giter VIP logo

electra's Introduction

vim: set ts=2 sw=2 tw=0 et :

Electra

Summary

Who Am I?

Hello there, my name is Electra, have you heard of the amazing world of Field-Coupled Nanocomputing? You can have an overview of the subject in this link.

Completely written using generic programming in C++, I serve as a library for working with the placement and routing problem in Field-Coupled Nanocomputing.

As mentioned previously, I have no defined types, it is up to you to determine what is the more appropriate for your use case, in my documentation I give some examples about this.

I was written following the project guidelines from my friend, Anubis, he is not so scary, and can guide you to follow consistent project conventions throughout your C++ project.

Functionalities

You can read the full api documentation in my gitlab pages.

For a quick summary, here's my list of features:

  • Placement Management:
    • Redundancy
      • Get a placement id from a position.
      • Get a position from a placement id.
  • Wire compaction:
    • (3,0),(2,0),...,(10,0) becomes (3,0),(1,0),(10,0) below the wraps,
    • The highlighted item is a direction to go until reaching the final coordinate.
    • Furthermore, you do not need to worry about this language, all the encoding from one form to another is done automatically.
  • Json support:
    • Write placement and routing information using the json format.
    • Write statistics using the json format.
      • Number of wires used.
      • Area occupied exclusively by the wires.
      • Area occupied exclusively by the placements.
  • Get the overall area of the placed and routed circuit at constant cost at any point in time.

Examples

electra's People

Contributors

ruanformigoni 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.