From 74a32386bbe58aca49e96e036a678404894f8ed2 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 18 Aug 2022 10:59:07 +0200
Subject: [PATCH] Add and test gcd().

---
 libraries/base/common/hdllib.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libraries/base/common/hdllib.cfg b/libraries/base/common/hdllib.cfg
index e42e9b9560..81f4422437 100644
--- a/libraries/base/common/hdllib.cfg
+++ b/libraries/base/common/hdllib.cfg
@@ -191,6 +191,7 @@ test_bench_files =
     tb/vhdl/tb_common_transpose_symbol.vhd
     tb/vhdl/tb_common_zip.vhd
     tb/vhdl/tb_common_variable_delay.vhd
+    tb/vhdl/tb_common_gcd.vhd
     tb/vhdl/tb_requantize.vhd
     tb/vhdl/tb_resize.vhd
     tb/vhdl/tb_round.vhd
@@ -224,6 +225,7 @@ regression_test_vhdl =
     tb/vhdl/tb_common_shiftreg.vhd
     tb/vhdl/tb_common_transpose_symbol.vhd
     tb/vhdl/tb_common_variable_delay.vhd
+    tb/vhdl/tb_common_gcd.vhd
     tb/vhdl/tb_tb_resize.vhd
     tb/vhdl/tb_tb_round.vhd
     tb/vhdl/tb_requantize.vhd
-- 
GitLab