12004 error (everything is set up correctly but I keep getting this error)
library ieee; use ieee.std_logic_1164.all;
entity dflipflop is port( D,clk: in std_logic; Q: out std_logic ); end dflipflop; architecture struct of dflipflop is component dLatch is port...