Skip to content

Commit eee0332

Browse files
committed
Update README
1 parent 97092b8 commit eee0332

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,29 @@
44

55
HBS is a Tcl-based, minimal common abstraction build system for hardware design projects.
66

7+
## Citation
8+
9+
If you find HBS useful, and write any academic publication on a project utilizing HBS please consider citing.
10+
11+
```
12+
@Article{electronics15153292,
13+
AUTHOR = {Kruszewski, Michał},
14+
TITLE = {Characterizing and Comparing Direct-Tcl and Indirect-Abstract Approaches for Hardware Build Systems},
15+
JOURNAL = {Electronics},
16+
VOLUME = {15},
17+
YEAR = {2026},
18+
NUMBER = {15},
19+
ARTICLE-NUMBER = {3292},
20+
URL = {https://www.mdpi.com/2079-9292/15/15/3292},
21+
ISSN = {2079-9292},
22+
DOI = {10.3390/electronics15153292}
23+
}
24+
```
25+
726
## Documentation
827

928
Please check the official [HBS user manual](https://github.com/m-kru/hbs/blob/master/user-manual/hbs-user-manual.pdf).
29+
There is also an article ([Characterizing and Comparing Direct-Tcl and Indirect-Abstract Approaches for Hardware Build Systems](https://www.mdpi.com/2079-9292/15/15/3292)) explaining why HBS was designed in such a way and how it compares to other hardware build systems.
1030

1131
## Supported tools
1232

0 commit comments

Comments
 (0)