aboutsummaryrefslogtreecommitdiff
path: root/adder-and-display
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-28 20:57:19 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-28 20:57:59 +0100
commit051606063c85d2d5854e1ff2441d9ed34bc9c4c1 (patch)
tree7aca4344691daff1caec3d3c7b2010db13f1d2c9 /adder-and-display
parentf13c49404adec63fd8161a4f44038bb265c169a6 (diff)
alu working without bugs on hardware
Diffstat (limited to 'adder-and-display')
l---------adder-and-display/adder-and-display.srcs/sim_1/bin2bcd_tb.vhd2
l---------adder-and-display/adder-and-display.srcs/sources_1/bin2bcd.vhd2
2 files changed, 2 insertions, 2 deletions
diff --git a/adder-and-display/adder-and-display.srcs/sim_1/bin2bcd_tb.vhd b/adder-and-display/adder-and-display.srcs/sim_1/bin2bcd_tb.vhd
index d9536ef..91bb6ba 120000
--- a/adder-and-display/adder-and-display.srcs/sim_1/bin2bcd_tb.vhd
+++ b/adder-and-display/adder-and-display.srcs/sim_1/bin2bcd_tb.vhd
@@ -1 +1 @@
-../../../src/bin2bcd_tb.vhd \ No newline at end of file
+../../../src/bin2bcd5_tb.vhd \ No newline at end of file
diff --git a/adder-and-display/adder-and-display.srcs/sources_1/bin2bcd.vhd b/adder-and-display/adder-and-display.srcs/sources_1/bin2bcd.vhd
index 161a61d..1f30921 120000
--- a/adder-and-display/adder-and-display.srcs/sources_1/bin2bcd.vhd
+++ b/adder-and-display/adder-and-display.srcs/sources_1/bin2bcd.vhd
@@ -1 +1 @@
-../../../src/bin2bcd.vhd \ No newline at end of file
+../../../src/bin2bcd5.vhd \ No newline at end of file