Skip to content
Snippets Groups Projects
Commit a9d31038 authored by Pieter Donker's avatar Pieter Donker
Browse files

RTSD-79, add readme.md

parent ce437432
No related branches found
No related tags found
No related merge requests found
# VHDL STYLE FIX
Style fixing done:
- Remove trailing spaces.
- Add spaces around operators.
- StandardLogic to lowercase.
- Constants to lowercase.
- Keywords to lowercase.
- Types to lowercase.
- Type Conversions to lowercase.
- Resolutions to lowercase.
- Attributes to lowercase.
- Remove space between type function and bracket.
## Usage:
run fix on all vhdl files:
```
cd git/hdl
. ./init_hdl.sh
./vhdl_style_fix_all_files.py -p 4
```
## Todo:
- Align all code.
- Check if tabs are converted to spaces.
- Remove spaces between all type of functions and open bracked.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment