Posted by Edison_yu on Apr 9, 2019
UVM RAL Hi, Assume I can't change reg2bus of adapter, and I want to write in register in different endianness, how can I do? I have already try this.default_map = create_map("", 0, 4, UVM_LITTLE_ENDIAN,0), change on the fourth argument (UVM ...
Question