A
a_Conan
Guest
Hi,
Can I define Unsigned Type in vhdl as:
package MyTypes is
Type UNS16 is array(15 downto 0) of unsigned;
end MyTypes;
Thanks
Can I define Unsigned Type in vhdl as:
package MyTypes is
Type UNS16 is array(15 downto 0) of unsigned;
end MyTypes;
Thanks