From df86ad5eee66150b94d97b273cac6e5410cde3cd Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 19:15:11 +0000 Subject: [PATCH] Add GrayCounter VHDL implementation with configurable parameters and functions --- libs/Pipeline-AXI-Handshake | 1 - {libs => src}/GrayCounter.vhd | 0 2 files changed, 1 deletion(-) delete mode 160000 libs/Pipeline-AXI-Handshake rename {libs => src}/GrayCounter.vhd (100%) diff --git a/libs/Pipeline-AXI-Handshake b/libs/Pipeline-AXI-Handshake deleted file mode 160000 index 3a58894..0000000 --- a/libs/Pipeline-AXI-Handshake +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3a588948a69f2b4e42d1b50bf745075a821ad3e7 diff --git a/libs/GrayCounter.vhd b/src/GrayCounter.vhd similarity index 100% rename from libs/GrayCounter.vhd rename to src/GrayCounter.vhd