diff --git a/alliance/src/genlib/doc/man_dpgen_fifo.sgm b/alliance/src/genlib/doc/man_dpgen_fifo.sgm index df35b7a3..d8a2029a 100644 --- a/alliance/src/genlib/doc/man_dpgen_fifo.sgm +++ b/alliance/src/genlib/doc/man_dpgen_fifo.sgm @@ -37,7 +37,7 @@ &datain0; and &datain1; : the two write busses. Only one - is used to actually write the register word, it is selected by + is used to actually write the FIFO, it is selected by the &sel; signal. @@ -48,14 +48,12 @@ &r;, &rok; : set &r; when a word is requested, &rok; tells - that a word has effectively been popped out of the FIFO (this is - indicate an empty FIFO). + that a word has effectively been popped (rok == not empty). &w;, &wok; : set &w; when a word is pushed, &wok; tells - that the word has effectively been pushed in the FIFO (this is - indicate that the FIFO is full). + that the word has effectively been pushed (wok == not full).