aboutsummaryrefslogtreecommitdiff
path: root/style.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-19 14:26:49 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-19 14:26:49 +0100
commit9b84c25a53b7269228743e398b13c19af505226b (patch)
tree241b24155f723c85148a87926380156fe221094e /style.md
parent1b86c3d3cb872213bba475e7da15b0aa231387db (diff)
format and add apu sources to vivado project file
Diffstat (limited to 'style.md')
-rw-r--r--style.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.md b/style.md
index 3347e60..7e6b9b6 100644
--- a/style.md
+++ b/style.md
@@ -48,4 +48,6 @@ before formatting as a failsafe.
- use snake case for naming components
- use uppercase snake case for naming signals and I/O lines
- use lower case keywords
+- testbench name is the component name with `_tb` as suffix
+- vhdl filename is the same as the component name