jesd204/jesd204_tx/jesd204_tx.v: Have FFs initial value, useful for simulation

main
Laszlo Nagy 2021-09-30 09:43:28 +01:00 committed by Laszlo Nagy
parent 3a1babe366
commit aa93c17cdc
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ wire [HW-1:0] phy_header_r;
wire eof_gen_reset;
wire tx_ready_64b_next;
reg tx_ready_64b;
reg tx_ready_64b = 1'b0;
wire frame_mark_reset;
wire [DATA_PATH_WIDTH-1:0] tx_sof_fm;
wire [DATA_PATH_WIDTH-1:0] tx_eof_fm;