13.07.2015 Views

ModuleWare Reference Guide - Hornad

ModuleWare Reference Guide - Hornad

ModuleWare Reference Guide - Hornad

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Register PartsT Flip-Flop (tff)FunctionIf rst and set are synchronous, then at every clk trigger (rising edge if clk_type = Rising orfalling edge if clk_type = Falling):qqb= rst_val= set_val= T Truth Table= NOT(rst_val)= NOT(set_val)= NOT(T Truth Table)if rst is activeIf set is activeIf enable is active or not connectedIf rst is activeIf set is activeIf enable is active or not connectedIf rst and set are asynchronous:qqb= rst_val= set_val= NOT(rst_val)= NOT(set_val)if rst is active (irrespective of the clk trigger)if set is active (irrespective of the clk trigger)if rst is active (irrespective of the clk trigger)if set is active (irrespective of the clk trigger)and at every clk trigger (rising edge if clk_type = Rising; falling edge if clk_type = Falling):q = T Truth Table if enable is active or not connectedqb = NOT(T Truth Table) if enable is active or not connectedTruth TablesThe tables are for positive polarities. For negative polarities, invert the values.Asynchronous rst and set and synchronous enable:Table 7-30. T Flip-Flop Truth Table — Asynchronous rst and set,Synchronous enableenable clk rst set q qb- - 1 - / NC rst_val NOT(rst_val)- - 0 / NC 1 set_val NOT(set_val)NC posedge 0 / NC 0 / NC T TT NOT(T TT)1 posedge 0 / NC 0 / NC T TT NOT(T TT)0 posedge 0 / NC 0 / NC q qbSynchronous rst and set:Table 7-31. T Flip-Flop Truth Table — Synchronous rst and setenable clk rst set q qb- - 1 - / NC q qb- - 0 / NC 1 q qb162<strong>ModuleWare</strong> <strong>Reference</strong> Manual, Library Version 1.9September 18, 2008

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!