Open imphil opened 3 years ago
@imphil I have solved the errors due to LRM violation that were causing with xcelium. Do I need to push the changes?
I have solved the errors due to LRM violation that were causing with xcelium. Do I need to push the changes?
Yes, please do a pull request. You can find more information on how to do that in the GitHub documentation (e.g. at https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request#changing-the-branch-range-and-destination-repository), and by Googling for "GitHub pull requests".
@imphil I get exactly same results. Replacing 'always_ff' with with a simple 'always' was enough to pass hello_test in my environment. On top of this, I had to retrieve 2 files generated by FuseSoc: prim_clock_gating.sv prim_ram_2p.sv Then force a define RVFI Then source dv/uvm/core_ibex/common/prim/prim_pkg.sv
@Fresher14
>> On top of this, I had to retrieve 2 files generated by FuseSoc:
prim_clock_gating.sv
prim_ram_2p.sv
Then force a define RVFI
Then source dv/uvm/core_ibex/common/prim/prim_pkg.sv
What you mean by this could you please explain? For what purpose you changed the files,Because I didnt do any changes on these files.
See topic #1187