9 lines
105 B
VHDL
9 lines
105 B
VHDL
library IEEE;
|
|
use IEEE.std_logic_1164.all;
|
|
|
|
architecture behavior of arithmetic is
|
|
|
|
begin
|
|
|
|
end behavior;
|