diff --git a/docs/GenericCounter.svg b/docs/GenericCounter.svg
index 3bf1e55..76e900d 100644
--- a/docs/GenericCounter.svg
+++ b/docs/GenericCounter.svg
@@ -1 +1,111 @@
-
+
+
+
+
+
+
+
+
+
+ integer
+
+
+ Width
+
+
+
+ integer
+
+
+ InitialValue
+
+
+
+ integer
+
+
+ ResetValue
+
+
+
+ string
+
+
+ CountingDirection
+
+
+
+ integer
+
+
+ LookAhead
+
+
+
+
+
+ std_logic
+
+
+ CLK
+
+
+
+ std_logic
+
+
+ RST
+
+
+
+ std_logic
+
+
+ CE
+
+
+
+ std_logic
+
+
+ CountEnable
+
+
+
+ std_logic
+
+
+ Set
+
+
+
+ std_logic_vector(Width - 1 downto 0)
+
+
+ SetValue
+
+
+
+ std_logic_vector(Width - 1 downto 0)
+
+
+ CounterValue
+
+
+
+ std_logic_vector(Width - 1 downto 0)
+
+
+ LookAheadValue
+
+
+
+ std_logic
+
+
+ OverUnderflow
+
+
+