I have a bus connected to a flip flop. When there is data on the bus it enters the flip flop. After data enters the flip flop, the flip flop and the bus connection must be disconnected somehow otherwise the flip flop takes in whatever the value is on the bus.
in other words, how to transfer data from bus to flip flop and then disconnect using vhdl language.