Н

https://github.com/xfguo/ethernet_tri_mode/blob/master/rtl/verilog/miim/eth_clockgen.v
and MdcEn_n input for eth_outputcontrol and eth_shiftreg
Size: a a a
Н

F
A
A
AM
AM
AK
AM
AK
AM
AM
AM
AK
AM
AQ
A
I
J
if (TB_serializer_top.data_input_memory [(count_words_sent * 10) -1: (count_words_sent-1) * 10] == txdp_ShiftReg)as you see, I check if a piece of array is equal to another
The range of the part select is illegal:
Unknown range in part select.data_input_memory [((count_words_sent * 10) -
1): ((count_words_sent - 1) * 10)]
R
if (TB_serializer_top.data_input_memory [(count_words_sent * 10) -1: (count_words_sent-1) * 10] == txdp_ShiftReg)as you see, I check if a piece of array is equal to another
The range of the part select is illegal:
Unknown range in part select.data_input_memory [((count_words_sent * 10) -
1): ((count_words_sent - 1) * 10)]
vect[msb_base_expr +: width_expr], first part msb_base_expr could be changed during runtime:[(count_words_sent * 10) +: 10] IEEE Std 1800-2012 § 11.5.1