parent
74221eb42c
commit
341221dc91
|
@ -112,10 +112,7 @@ always @(posedge clk) begin
|
||||||
if (cgs_enable == 1'b1) begin
|
if (cgs_enable == 1'b1) begin
|
||||||
phy_data <= {DATA_PATH_WIDTH{8'hbc}};
|
phy_data <= {DATA_PATH_WIDTH{8'hbc}};
|
||||||
end else begin
|
end else begin
|
||||||
case (tx_ready)
|
phy_data <= (tx_ready) ? scrambled_data : ilas_data;
|
||||||
1'b0: phy_data <= ilas_data;
|
|
||||||
default: phy_data <= scrambled_data;
|
|
||||||
endcase
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue