Skip to main content

Generate symbol schematics for hardware IP cores.

Project description

SiliconSuite-SymbolGenerator

Generate symbol schematics for hardware IP cores.

Installation

To install the package using pip, run the following command:

pip install siliconsuite-symbol-generator

Example

The tool takes a symbol descriptor file in a custom format as input. The first line is the title, it should be the human readable name of the component. The second line is the subtitle, it should be the programming name of the component. All the other lines describe ports.

Each port has a label (without spaces) and is characterized by an arrow. The arrow comes before the label for the ports on the left side, and the opposite for the right side. The arrow direction indicates the direction of the port (input or output), and the line indicates the bus type (- for a single bit and = for multi-bit). On each line, there can be ports on either sides, both, or neither to jump a line.

Here is an example of a simple symbol descriptor file named simple_buffer.sss :

Simple Buffer
valid_ready_simple_buffer
-> clock
-> resetn
<- empty               full ->
=> write_data     read_data =>
-> write_valid   read_valid ->
<- write_ready   read_ready <-

To generate the symbol schematic from this descriptor file, run the following command in your terminal :

symbol-generator simple_buffer.sss

This will create the following SVG file named simple_buffer.svg :

simple_buffer.svg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

siliconsuite_symbol_generator-1.0.3.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

siliconsuite_symbol_generator-1.0.3-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file siliconsuite_symbol_generator-1.0.3.tar.gz.

File metadata

File hashes

Hashes for siliconsuite_symbol_generator-1.0.3.tar.gz
Algorithm Hash digest
SHA256 646e80d83eb7182364fbc9a1fe1c98576622fddb91848a3a44b83ad3d46fe61c
MD5 b52fbfee823717784e5be2132075ac16
BLAKE2b-256 f31f7ba12eee9501b79cdd6ad3e6cef70a90d10792de415b8389dc696b40a1f0

See more details on using hashes here.

File details

Details for the file siliconsuite_symbol_generator-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for siliconsuite_symbol_generator-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0cf681687543e9c06c8e185695eea6390f67276cfe9a493d77952bfd346c88
MD5 4f140fea5592270011863e687b1ffd1b
BLAKE2b-256 30479dd75cfdbebcf5315b568785dc60d99477aa3e3393d25ece8d908c508307

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page