Giter Site home page Giter Site logo

wuxb45 / adl Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.59 MB

My legacy work for my bachelor thesis. But it was sort of master piece.

Vim Script 21.43% C 67.04% Shell 0.05% Verilog 8.69% Objective-C 0.17% Makefile 0.64% C++ 0.27% Lex 0.51% Yacc 1.21%

adl's Introduction

Copyright 2009 Wu Xingbo <[email protected]>

----
Abs.

ADL is a language and a tool for simulating cycle-based synchronized digital system.

This is my legacy master piece for my bechelor thesis, May 2009.
Then I still did some improvement utill Dec 2009.

----
Intro

with ADL you can:
* describe a digital system with a synchronized clock.
* logic-component/cyclic-component. (like verilog's combinational logic/timing logic)
* using C-language to write the behavior in components.
* using declarative language (ADL, like a HDL) to describe the system connection topology.
* compile it to pure C then to a real simulator.
    So you get a pure compiled simulator with a promissable speed.
* a GTK-based GUI debugging interface. It's very convenient to use.
* generates dot file of a system-topology for Graphviz. you can see a picture of system.
* generates verilog code for all connections between components. 
    (You still have write verilog code inside the component.)
* generates wave file for gtkwave. (with only one click-on-the-button).

----
Getting Start
See .adl files in test folder. them try to compile and run it.
(you really need to try how to use the adl-compiler).
If you can compile it, you should keep some internal files (with some compiler options), and see what happened.
See the code transformation and the source code. there will be enough info. to learn how it work.

Last method: mailto:[email protected]

----
Sorry for being RAW

Sorry for not have too much english docs. I did't had time to maintain that.

TODO: I haven't compiled the tool for almost 2 years.
      I should make sure that it can still work.

adl's People

Contributors

wuxb45 avatar

Watchers

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