axi_ad7616: Default DATA_WIDTH is 8 bits

main
Dragos Bogdan 2016-01-28 16:02:01 +02:00
parent 122667259f
commit 3d3d1098b4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ module axi_ad7616 (
// local parameters
localparam DATA_WIDTH = 16;
localparam DATA_WIDTH = 8;
localparam NUM_OF_SDI = 2;
localparam SERIAL = 0;
localparam PARALLEL = 1;