TU-VHDL/Task8/arithmetic_beh.vhdl
2025-02-10 20:28:13 +01:00

9 lines
105 B
VHDL

library IEEE;
use IEEE.std_logic_1164.all;
architecture behavior of arithmetic is
begin
end behavior;