chaseruskin / legoHDL

An experimental package manager and development tool for Hardware Description Languages (HDL).
https://c-rus.github.io/legoHDL
MIT License
14 stars 2 forks source link

Add ability to list all available entities of a block #35

Closed chaseruskin closed 3 years ago

chaseruskin commented 3 years ago

When multiple entities exist within a block, it is important to call the right entity without remembering/guessing the right name. By being able to list all entities, users will have direct access to the right information to know what entity can be called/ported.

chaseruskin commented 3 years ago

Basic functionality for a list entities method is implemented on major-refactor branch. More to come on this, and still debating what the columns of data should be. Must also support searching through the entities.

chaseruskin commented 3 years ago

Basic functionality is implemented, with more features to implement later. Still deciding on how to properly list units as a lot of units can exist and then begin to clutter the list quickly.