xilinx/common:ad_data_out.v: Fix typo
parent
204dff3b73
commit
de70157e3a
|
@ -113,7 +113,7 @@ module ad_data_out #(
|
|||
|
||||
generate
|
||||
if (FPGA_TECHNOLOGY == SEVEN_SERIES) begin
|
||||
ODDR #(.DDR_CLK_EDGE ("IDDR_CLK_EDGE")) i_tx_data_oddr (
|
||||
ODDR #(.DDR_CLK_EDGE (IDDR_CLK_EDGE)) i_tx_data_oddr (
|
||||
.CE (1'b1),
|
||||
.R (1'b0),
|
||||
.S (1'b0),
|
||||
|
|
Loading…
Reference in New Issue