util_tdd_sync: add missing ports

main
AndreiGrozav 2017-05-16 17:06:24 +03:00
parent cf3737122b
commit fd7db4fcf3
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ module util_tdd_sync #(
i_tdd_sync (
.clk (clk),
.rstn (rstn),
.pulse_period (31'd0),
.pulse_period_en (1'd0),
.pulse (sync_internal)
);