I am trying to use STD_LOGIC in my VHDL code. It will not compile because the STD_LOGIC I am trying to use in the port(.....)
section is not working. I know the problem is because I did not import the IEEE library. I tried to import it but I was not successful.
How to import the IEEE library properly to a VHDL program in ModelSim?