From 4d98ea032054e775b92ef28c2857a890df17c341 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 19 Jan 2009 04:35:49 +0000 Subject: [PATCH] clarify comment git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10257 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/fpga/sdr_lib/round.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrp2/fpga/sdr_lib/round.v b/usrp2/fpga/sdr_lib/round.v index bff08883..c4f9ec9c 100644 --- a/usrp2/fpga/sdr_lib/round.v +++ b/usrp2/fpga/sdr_lib/round.v @@ -20,7 +20,7 @@ // // Rounding "macro" -// Keeps the topmost bits, does proper 2s comp rounding - round to zero +// Keeps the topmost bits, does proper 2s comp round to zero (unbiased truncation) module round #(parameter bits_in=0, -- 2.47.2