J
John_H
Guest
"Miller2000" <miller2000@walla.com> wrote in message
news:1115646489.259016.274670@f14g2000cwb.googlegroups.com...
You could use two register sets: one "clocked" on (posedge latch8) and the
other on (negedge latch8tag) AS LONG AS the two signals won't transition too
close to each other. You then need a little circuit to select which of the
two register sets to use, perhaps as simple as a set/reset NAND latch. This
sounds like an UGLY task.
news:1115646489.259016.274670@f14g2000cwb.googlegroups.com...
<snip>Hi Mike!
The? ?customer? ?wants? ?that? ?there? ?will? ?be? ?no? ??"?clock?"??.?
I? ?want? ?to? ?latch? ??"?input? ??8?? ?bit?"?? ?into? ?a? ?flip?-?flop?
?when?
??"?posedge? ?of? ?latch?8??"?? ?OR? ??"?negedge? ?of? ?latch?8?tag?"??
??,?
so? ?it? ?is? ?external? ?signal? ?that? ?make? ?the? ?latch? ?to? ?the?
?flip?
?flop?.?
You could use two register sets: one "clocked" on (posedge latch8) and the
other on (negedge latch8tag) AS LONG AS the two signals won't transition too
close to each other. You then need a little circuit to select which of the
two register sets to use, perhaps as simple as a set/reset NAND latch. This
sounds like an UGLY task.