diff options
Diffstat (limited to 'fpga/CODING.md')
-rw-r--r-- | fpga/CODING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/CODING.md b/fpga/CODING.md index d9658ef81..a17b24516 100644 --- a/fpga/CODING.md +++ b/fpga/CODING.md @@ -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> // ``` |