Metadata-Version: 2.1
Name: FrameworkDrawer
Version: 0.0.4
Summary: Draw a simple RTL block diagram.
Home-page: https://github.com/W-Mai/FrameworkDrawer
Author: W-Mai
Author-email: 1341398182@qq.com
License: MIT Licence
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# FrameworkDrawer
一个绘制简单RTL门级电路的模块

使用方法如下：
```bash
python main.py [-h] --input INPUT --output OUTPUT [--fmt FMT]
```

用例：
```bash
 python .\main.py --input .\model.json --output .\imgs\schema.svg
```

输出的图片效果如下
<div style="background-color: white;">
<img src="https://github.com/W-Mai/FrameworkDrawer/blob/master/imgs/schema.svg">
</div>


