aboutsummaryrefslogtreecommitdiffstats
path: root/fpga
diff options
context:
space:
mode:
Diffstat (limited to 'fpga')
-rw-r--r--fpga/usrp3/top/e31x/e31x.v6
1 files changed, 5 insertions, 1 deletions
diff --git a/fpga/usrp3/top/e31x/e31x.v b/fpga/usrp3/top/e31x/e31x.v
index 7f0d159a6..12bf0f3a5 100644
--- a/fpga/usrp3/top/e31x/e31x.v
+++ b/fpga/usrp3/top/e31x/e31x.v
@@ -251,6 +251,9 @@ module e31x (
wire s_axis_dma_tready;
wire s_axis_dma_tvalid;
+ //Misc
+ wire [15:0] device_id;
+
/////////////////////////////////////////////////////////////////////
//
// Resets:
@@ -923,7 +926,8 @@ module e31x (
.dboard_status(dboard_status),
.xadc_readback(32'h0), //Unused
.fp_gpio_ctrl(), //Unused
- .dboard_ctrl(dboard_ctrl)
+ .dboard_ctrl(dboard_ctrl),
+ .device_id(device_id)
);
/////////////////////////////////////////////////////////////////////