# uart register tool
Utility for simply creating and modifying VHDL bus slave modules. uart does not refer to the hardware device!
## Concept
The main goal of the project is to able to automatically create and modify VHLD bus slave modules based on a simple definition format. By employing VHDL records the handling of the registers can be completely hidden in a module seperate from the rest of the designers logic. All referring to the registers are done via a record which specifies if the register is read-only or read-write, and also includes the name. All bus-specific signals are also wrapped in records. This increases the readability of the design as a whole.
## Bus support
uart currently supports these bus-types:
- AXI4-lite
## Requirements
uart is currently only tested with Python 3.5.2
## Getting Started
Install the latest relase by using pip (preferably pip3):
`pip3 install uart`
### Usage
`uart.py FILE [-o DIR]`
`uart.py -c FILE [-o DIR]`
`uart.py -e FILE [-o DIR]`
`uart.py --version`
`uart.py -h | --help`
### Output
The output VHDL files must be compiled with VHDL 2008.
## Latest Development Version (Bleeding Edge)
The latest development version can be found in the [dev branch](https://github.com/olagrottvik/uart/tree/dev) on Github. Clone the repo and checkout the branch.
`git clone https://github.com/olagrottvik/uart.git`
`cd uart`
`git checkout dev`
`pip3 install -r requirements.txt`
`python3 -m uart`
### Examples
The examples folder contain a JSON-file generated by the menu-system. This file is readable to the point that you can create your own from this template alone if you can't bothered with the menu-system. The folder also contain the output files generated based on the JSON-file.
## Release Notes
Release notes can be found at the [Releases page](https://github.com/olagrottvik/uart/releases).
## Contributing
If you have ideas on how to improve the project, please review [CONTRIBUTING.md](CONTRIBUTING.md) for details. Note that we also have a [Code of Conduct](CODE_OF_CONDUCT.md).
## License
This project is licensed under the MIT license - see [LICENSE](LICENSE) for details.
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
最新资源
- IMG_20241104_174608.jpg
- NOI 全国青少年信息学奥林匹克竞赛(官网)-2024.11.05.pdf
- 【Unity抢劫和犯罪题材的低多边形3D资源包】POLYGON Heist - Low Poly 3D Art
- 网络安全是一个广泛的领域,涉及的知识和技能非常多样.docx
- 用Python实现,PySide构建GUI界面的“井字棋”游戏 具备学习功能(源码)
- 系统测试报告模板 测试目的、测试依据、测试准备、测试内容、测试结果及分析、总结
- 雷柏2.4G无线鼠标键盘对码软件V3.1
- Python基础入门-待办事项列表.pdf
- 240301031刘炳炎咖啡网站导航.psd
- 数据集【YOLO目标检测】道路油污检测数据集 170 张,YOLO/VOC格式标注!
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈