fpga: Update recommended HDL header guideline

This commit is contained in:
Wade Fife 2021-04-20 16:10:00 -05:00 committed by Aaron Rossetto
parent 0ee7e7106a
commit 5830ccfa4d

View file

@ -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>
//
```