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.1.tar.gz (12.6 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.1-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for siliconsuite_symbol_generator-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5e4a6f34643f2d8f0aefd45971348d5322f27d3b6723746cf76f50b4c375ed02
MD5 d1bb6a0c075f5f76f5818fd224a5f71b
BLAKE2b-256 e5438133465ce2207eb60d99d7ba2bed79c666a33397bbd369c51d1b8ad5b7f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for siliconsuite_symbol_generator-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 53160ef9dbda0f89fa51521fa35451d3d17f4b826754dc74292a28ebbe5ce1a5
MD5 852fb117b6c9d14aa628a718da9a2639
BLAKE2b-256 13643c87ab055b7b2787b9d88c79fc7cf108ac009b2f29ac71872196d9ae315e

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