Forum Discussion
Syaga
New Contributor
7 years agohelp with coding 4bit adder on vhdl
I've been having trouble with coding this simple full adder on VHDL with structural coding more specifically using components and here's my code : Library ieee;
use ieee.std_logic_1164.all;
Enti...
Vicky1
Regular Contributor
7 years agoHi,
Basically basic identifiers are used for naming design entities & basic identifier must begin with a letter so in this case entity name must start with letter like 'fa4b'.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Best Regards
Vikas Jathar
(This message was posted on behalf of Intel Corporation)