if your wondering what my 'Tri_logic' thing is.
it's basically an ... 'and'+'not or'+'exclusive or' all mixed together.
bottom = 'not or'
center = 'and'
top = 'exclusive or'
in this case i was using the 'not or' functionality for a flip_flop which would have been used to created a clock but that when i discovered that the flip_flop wasn't functional XD.