GithubHelp home page GithubHelp logo

circuit description language about libgc HOT 3 CLOSED

aead avatar aead commented on August 27, 2024
circuit description language

from libgc.

Comments (3)

aead avatar aead commented on August 27, 2024
description-file:
    INPUTS u64
    OUTPUTS u64
    GATES u64

binary-gates-file:
    GATE_TYPE
    GATE_TYPE
    ...

circuits-file
    CIRCUIT_NAME = CIRCUIT_PATH

connections-file
    INPUT_ID ---------------> GATE_ID:PIN
    INPUT_ID ---------------> OUTPUT_ID
    INPUT_ID ---------------> CIRCUIT_NAME:INPUT_ID
    GATE_ID ----------------> GATE_ID:PIN
    GATE_ID ----------------> CIRCUIT_NAME:INPUT_ID
    GATE_ID ----------------> OUTPUT_ID
    OUTPUT_ID --------------> CIRCUIT_NAME:INPUT_ID
    CIRCUIT_NAME:OUTPUT_ID -> GATE_ID:PIN
    CIRCUIT_NAME:OUTPUT_ID -> OUTPUT_ID
    CIRCUIT_NAME:OUTPUT_ID -> CIRCUIT_NAME:INPUT_ID

from libgc.

aead avatar aead commented on August 27, 2024

Update libgc circuit file format:

meta-info.txt:
    INPUTS u64
    OUTPUTS u64
    GATES u64
    ONE -> [GATE_ID::PIN, OUTPUT_ID, CIRCUIT_NAME:INPUT_ID]*
    CIRCUIT_NAME_1 = CIRCUIT_PATH_1
    CIRCUIT_NAME_2 = CIRCUIT_PATH_2
    ...

circuit.txt
    INPUT_ID ---------------> GATE_ID:PIN
    INPUT_ID ---------------> OUTPUT_ID
    INPUT_ID ---------------> CIRCUIT_NAME:INPUT_ID
    TYPE:GATE_ID --------> GATE_ID:PIN
    TYPE:GATE_ID --------> CIRCUIT_NAME:INPUT_ID
    TYPE:GATE_ID --------> OUTPUT_ID
    OUTPUT_ID ------------> CIRCUIT_NAME:INPUT_ID
    CIRCUIT_NAME:OUTPUT_ID -> GATE_ID:PIN
    CIRCUIT_NAME:OUTPUT_ID -> OUTPUT_ID
    CIRCUIT_NAME:OUTPUT_ID -> CIRCUIT_NAME:INPUT_ID

    TYPE = [A,O,X,N]

from libgc.

aead avatar aead commented on August 27, 2024

Finalized: See https://github.com/aead/libgc/wiki/libgc-format

from libgc.

Related Issues (6)

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.