mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
fpga: Update recommended HDL header guideline
This commit is contained in:
parent
0ee7e7106a
commit
5830ccfa4d
1 changed files with 3 additions and 0 deletions
|
|
@ -36,12 +36,15 @@ helpful move for the team and future maintainability of the UHD FPGA codebase.
|
|||
// Module: <MODULE_NAME>
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
// <Add a detailed description>
|
||||
//
|
||||
// Parameters:
|
||||
//
|
||||
// <Describe the parameters, if helpful>
|
||||
//
|
||||
// Signals:
|
||||
//
|
||||
// <Describe the port signals, if helpful>
|
||||
//
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue