intel/axi_adxcvr_up: Add device spec register

main
AndreiGrozav 2019-09-30 13:51:05 +03:00 committed by AndreiGrozav
parent 75d263afc5
commit e45f014138
1 changed files with 2 additions and 1 deletions

View File

@ -174,8 +174,9 @@ module axi_adxcvr_up #(
10'h004: up_rdata_d <= {31'd0, up_resetn}; 10'h004: up_rdata_d <= {31'd0, up_resetn};
10'h005: up_rdata_d <= {31'd0, up_status_int}; 10'h005: up_rdata_d <= {31'd0, up_status_int};
10'h006: up_rdata_d <= up_status_32_s; 10'h006: up_rdata_d <= up_status_32_s;
10'h007: up_rdata_d <= {FPGA_TECHNOLOGY,FPGA_FAMILY,SPEED_GRADE,DEV_PACKAGE}; // [8,8,8,8]
10'h009: up_rdata_d <= up_rparam_s; 10'h009: up_rdata_d <= up_rparam_s;
10'h050: up_rdata_d <= {16'd0, FPGA_VOLTAGE}; // mV 10'h050: up_rdata_d <= {16'd0, FPGA_VOLTAGE}; // mV
default: up_rdata_d <= 32'd0; default: up_rdata_d <= 32'd0;
endcase endcase
end else begin end else begin