-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LSU DCCM UVM testbench for Verilator #131
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
verible-verilog-format
testbench/uvm/mem/hdl/mem_sequence.sv|146|
testbench/uvm/mem/hdl/mem_wr_rd_test.sv|16|
testbench/uvm/mem/hdl/mem_wr_rd_test.sv|36|
testbench/uvm/mem/hdl/tbench_top.sv|33|
testbench/uvm/mem/hdl/tbench_top.sv|47|
testbench/uvm/mem/hdl/tbench_top.sv|54|
testbench/uvm/mem/hdl/tbench_top.sv|60|
testbench/uvm/mem/hdl/tbench_top.sv|74|
testbench/uvm/mem/hdl/tbench_top.sv|79|
testbench/uvm/mem/hdl/tbench_top.sv|86|
afbb974
to
5b880f9
Compare
5b1a526
to
ef86dd7
Compare
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
ef86dd7
to
16a1e5f
Compare
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
16a1e5f
to
c4c7587
Compare
Signed-off-by: Krzysztof Bieganski <[email protected]> Signed-off-by: Karol Gugala <[email protected]>
c4c7587
to
521e448
Compare
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
1 similar comment
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
Signed-off-by: Krzysztof Bieganski <[email protected]>
521e448
to
4a8e19d
Compare
Links to coverage and verification reports for this PR (#131) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/ |
LGTM! |
Adds a simple DCCM UVM testbench simulated using Verilator.