aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/rfnoc/fosphor
diff options
context:
space:
mode:
authorWade Fife <wade.fife@ettus.com>2020-04-14 16:23:59 -0500
committerWade Fife <wade.fife@ettus.com>2020-04-14 16:37:43 -0500
commitd386c750074f6da4ab86038e2c30a3fe6e0f9d47 (patch)
treee4258b2744e24bf6e829910e66c93a74b8d7603a /fpga/usrp3/lib/rfnoc/fosphor
parenta8c4f021277cf3b0a0897fa9da0252541512f3a6 (diff)
downloaduhd-d386c750074f6da4ab86038e2c30a3fe6e0f9d47.tar.gz
uhd-d386c750074f6da4ab86038e2c30a3fe6e0f9d47.tar.bz2
uhd-d386c750074f6da4ab86038e2c30a3fe6e0f9d47.zip
rfnoc: Add RFNoC fosphor block
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/fosphor')
-rw-r--r--fpga/usrp3/lib/rfnoc/fosphor/fifo_srl.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/rfnoc/fosphor/fifo_srl.v b/fpga/usrp3/lib/rfnoc/fosphor/fifo_srl.v
index 700da18d3..822a1b769 100644
--- a/fpga/usrp3/lib/rfnoc/fosphor/fifo_srl.v
+++ b/fpga/usrp3/lib/rfnoc/fosphor/fifo_srl.v
@@ -28,7 +28,7 @@ module fifo_srl #(
output wire full,
output wire afull,
- output reg [WIDTH-1:0] do,
+ output reg [WIDTH-1:0] do = {WIDTH{1'b0}},
input wire rden,
output reg empty,