[Uvm-git] [UVM:GIT Sourceforge] uvm branch, uvm_data_policies, updated. UVM_1_1_d_RELEASE-36-g101af
Status: Alpha
Brought to you by:
ambarsarkar
From: Justin R. <ec...@us...> - 2013-07-03 17:25:25
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uvm". The branch, uvm_data_policies has been updated via 101af201d16d6afdb17778c9d38981020e16f82d (commit) via b1e1b7e74c03ea83046d4ca821dad933c8a0f35a (commit) from 4f025241071b9847da0ab831cccad26920869d86 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 101af201d16d6afdb17778c9d38981020e16f82d Author: Justin Refice <jr...@nv...> Date: Wed Jul 3 10:24:32 2013 -0700 Documentation fixes commit b1e1b7e74c03ea83046d4ca821dad933c8a0f35a Author: Justin Refice <jr...@nv...> Date: Wed Jul 3 10:21:17 2013 -0700 Implementation switched from read/write to set/get Added documentation and test ----------------------------------------------------------------------- Summary of changes: distrib/src/{uvm.sv => dap/uvm_dap.svh} | 18 ++- distrib/src/dap/uvm_g2l_dap.svh | 169 ++++++++++++++++++++ distrib/src/dap/uvm_r2l_dap.svh | 249 ------------------------------ distrib/src/dap/uvm_set_get_dap_base.svh | 83 ++++++++++ distrib/src/uvm_pkg.sv | 2 + tests/60dap/01get_to_lock/test.sv | 164 ++++++++++++++++++++ uvm_ref/nd/Proj/UVM_Menu.txt | 3 +- 7 files changed, 433 insertions(+), 255 deletions(-) copy distrib/src/{uvm.sv => dap/uvm_dap.svh} (74%) create mode 100644 distrib/src/dap/uvm_g2l_dap.svh delete mode 100644 distrib/src/dap/uvm_r2l_dap.svh create mode 100644 distrib/src/dap/uvm_set_get_dap_base.svh create mode 100644 tests/60dap/01get_to_lock/test.sv hooks/post-receive -- uvm |