summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-08 13:05:13 -0700
committerJosh Blum <josh@joshknows.com>2011-07-19 13:48:00 -0700
commitaa23e88769c572ab50ecc0460301790a03574729 (patch)
tree3f69df915d6d2d99b60e95e19ff6c87e91207bcd /usrp2
parent05cfc2d5c908f6fd36cff4c0bb816b146d913960 (diff)
downloaduhd-aa23e88769c572ab50ecc0460301790a03574729.tar.gz
uhd-aa23e88769c572ab50ecc0460301790a03574729.tar.bz2
uhd-aa23e88769c572ab50ecc0460301790a03574729.zip
b100: fix for fpga syntax error on xfer_rate
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/top/B100/u1plus_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/B100/u1plus_core.v b/usrp2/top/B100/u1plus_core.v
index 3c861fe08..4683f653c 100644
--- a/usrp2/top/B100/u1plus_core.v
+++ b/usrp2/top/B100/u1plus_core.v
@@ -318,7 +318,7 @@ module u1plus_core
reg_leds <= 0;
reg_cgen_ctrl <= 2'b11;
reg_test <= 0;
- xfer_rate <= 0;
+ //xfer_rate <= 0;
frames_per_packet <= 0;
end
else