tpoikela / uvm-python

UVM 1.2 port to Python
Apache License 2.0
243 stars 46 forks source link

uvm hw reset sequence bug #41

Open SikoVerilog opened 1 year ago

SikoVerilog commented 1 year ago

Hello,

I found a bug on uvm_hw_reset_sequence enum is not getting name rightly which is fixed now let me know how can i commit these changes

thanks SanaUllah

tpoikela commented 1 year ago

Hello,

You can follow the instructions in CONTRIBUTING.md: https://github.com/tpoikela/uvm-python/blob/master/CONTRIBUTING.md

Briefly,

  1. First you fork and clone uvm-python.
  2. Setup my uvm-python as upstream
  3. Do the fixes on branch, for example "fix/uvm_hw_reset_sequence", and push to your repo
  4. In github, in your repo, select the branch, and there should be a button to do the merge request

I hope I didn't miss any steps.

SikoVerilog commented 1 year ago

Hello

I want to cite your repo in my research work can you please share cite details thanks