From 8f5e82763a3d1358d3d0d9005b1b3393f8d2f42b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 30 Jul 2004 10:02:16 +0000 Subject: [PATCH] =?UTF-8?q?Le=20man=20reviewv=C3=A9=20par=20alain.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alliance/src/genlib/doc/man_dpgen_fifo.sgm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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).