An open API service indexing awesome lists of open source software.

https://github.com/drom/auto

automatic verilog from comments
https://github.com/drom/auto

Last synced: 3 months ago
JSON representation

automatic verilog from comments

Awesome Lists containing this project

README

          

[![NPM version](https://img.shields.io/npm/v/autodrom.svg)](https://www.npmjs.org/package/autodrom)[![Linux](https://github.com/drom/auto/actions/workflows/linux.yml/badge.svg)](https://github.com/drom/auto/actions/workflows/linux.yml)[![MacOS](https://github.com/drom/auto/actions/workflows/macos.yml/badge.svg)](https://github.com/drom/auto/actions/workflows/macos.yml)[![Windows](https://github.com/drom/auto/actions/workflows/windows.yml/badge.svg)](https://github.com/drom/auto/actions/workflows/windows.yml)

Automatic verilog from comments

## Install

```
npm i -g autodrom
```

## CLI use

Process multiple files, folders, globs

```
autodrom ...
```

Create SVG diagrams

```
autodrom --svg ...
```

Watch multiple files, folders, globs

```
autodrom --watch ...
```

### For other Image formats

```
inkscape examples/quadrature.v0.svg --export-type=wmf -o examples/quadrature.v0.wmf
```

Supported types:

svg, png, ps, eps, pdf, emf, wmf, xaml