From 1d4af4848c3e3a0d578bf4149b2c9dc52de52373 Mon Sep 17 00:00:00 2001 From: Tom Levens <tom.levens@cern.ch> Date: Tue, 16 Oct 2018 07:58:47 +0000 Subject: [PATCH] Add optional signed suffix --- HdlCodingConvention.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HdlCodingConvention.md b/HdlCodingConvention.md index 8938557..60d65d3 100644 --- a/HdlCodingConvention.md +++ b/HdlCodingConvention.md @@ -45,6 +45,7 @@ They should be used to clearly identify the type of the user defined name. It is | reset | suffix r | PulseCnt_r | | clock | suffix k | Clk40MHz_k | | enum instance | suffix l | NextState_l | +| signed | suffix s | Data_sb4 | Code Examples - -- GitLab