uaveiro-leci/1ano/2semestre/lsd/pratica05/AccN_Demo/RegN.vhd.bak

10 lines
115 B
VHDL
Raw Normal View History

2023-03-22 12:52:09 +00:00
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity RegN is
generic ( N : positive := 8);
port
(
);
end RegN;