From b813be71fabe5b671a34b5adb8cc8d21e26b5a72 Mon Sep 17 00:00:00 2001 From: Max P Date: Sat, 16 Mar 2024 14:50:46 +0100 Subject: [PATCH] Enhanced SVG graphics for clearer documentation Updated the SVG in the documentation for better readability and visual appeal. Added a white background rectangle to ensure consistent visibility across different backgrounds. --- docs/GenericCounter.svg | 112 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) 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 + + + + + + + + + + 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 + + +