Commit 884e9ed4 authored by Konstantinos Blantos's avatar Konstantinos Blantos

Update main.sv

parent 598371c7
......@@ -72,7 +72,7 @@ module main;
CSimDrv_WDOG wdog;
reg [g_num_ports-1:0] ep_ctrl;
reg [16:0] ep_failure_type = 'h00; //changed from 15 to 16
reg [15:0] ep_failure_type = 'h00;
/** *************************** basic conf ************************************* **/
integer g_enable_pck_gaps = 1; // 1=TRUE, 0=FALSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment