Forum Discussion

n8's avatar
n8
Icon for New Contributor rankNew Contributor
5 years ago

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...