aboutsummaryrefslogtreecommitdiffstats
path: root/fpga
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2021-04-20 16:10:00 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-10 11:56:58 -0500
commit5830ccfa4df4bd7dbf159facd0b884fd7c52ae2c (patch)
treef44cfba7afadc4e9701050f6fd6f2fbd0f4ee656 /fpga
parent0ee7e7106a10f40358e30cf1b8716524e3fbd116 (diff)
downloaduhd-5830ccfa4df4bd7dbf159facd0b884fd7c52ae2c.tar.gz
uhd-5830ccfa4df4bd7dbf159facd0b884fd7c52ae2c.tar.bz2
uhd-5830ccfa4df4bd7dbf159facd0b884fd7c52ae2c.zip
fpga: Update recommended HDL header guideline
Diffstat (limited to 'fpga')
-rw-r--r--fpga/CODING.md3
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>
//
```