Altera_Forum
Honored Contributor
16 years agoSRFF VHDL implementation
Hello. I'm trying to build SR flip-flop with VHDL. Here is the code: entity first is port(s,r:in bit;q,nq:buffer bit); end first; architecture first_arc of first is begin ...