-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Type: Feature RequestFor feature requests or modificationsFor feature requests or modifications
Description
Hi,
it would be really great if there was a way on how to display cells as symbols, not simply
as rectangles. That-way the visualized circuit would functionally resemble what it actually does.
There may be two ways on how to achieve this:
- Load some type of symbol file explicitly.
There are couple of symbol formats (e.g. XSCHEM has one, then there is proprietary OA format,
and other plaintext formats exist). This might easy way on getting this done, but IMHO not the best.
- Infer the symbol from the known logic function by HAL itself.
There could be set of predefined pictures for AND, OR, XOR, FF, LATCH, MUX, and HAL would
form the symbol based on parsing the known logic function. If the logic function is not known
(e.g. as in case of black-box macro as I was mentioning in the other issue), HAL would simply
display rectangle as now.
Metadata
Metadata
Assignees
Labels
Type: Feature RequestFor feature requests or modificationsFor feature requests or modifications