Git Product home page Git Product logo

design-explorer's People

Contributors

jeremiah-c-leary avatar

Watchers

 avatar  avatar  avatar

design-explorer's Issues

Purpose of the project.

What is the purpose of this project? Do you plan to make a graphical program to explore the design, hierarchy etc. of a HDL projects?

learn how to run gephi from the command line

Instead of writing out the two CSV files and launch Gephi to manually import them, Gephi has a command line interface. It would be better to create a gephi project from the command line so I can skip the import step.

Move interface class up a directory

The interface class is in design_explorer.hdl.interface.
It should be moved to design_explorer.interface.
Then it could be re-used by design_explorer.hw.component.

Expand hierarchical nodes in sequence diagram

The ability to define nodes and subnodes allows us to "expand" a node into it's subnodes. This will allow us to define the entire system and generate diagrams at any level, or combination of levels.

Move port up a directory

The port class is in design_explorer.hdl.port.
It should be moved to design_explorer.port.
Then it could be re-used by design_explorer.hw.component.

Simplify connections arguments

The current method involves requesting an interface name using object.get_interface_named().
This leads to really long lines that obscures what is being requested.

oConnection3 = de.connection.create('discrete inputs', oDiscretes.get_interface_named('Output Discretes'), oFpga.get_interface_named('Input Discretes'))

I propose using the following method:

oConnection3 = de.connection.create('discrete inputs', 'discretes.Output Discretes', 'fpga.Input Discretes')

The item before the dot is the name of the object the interface resides on.
The item after the dot is the name of the interface.

The create method would then call the get_interface_named method and would also have to search for the object named. This will require adding another method to find the object.

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.