Re: [Uvm-git] [UVM:GIT Sourceforge] uvm branch, master, updated. InitialVersion-123-g614b026
Status: Alpha
Brought to you by:
ambarsarkar
From: JL G. <jl...@ve...> - 2010-05-10 19:42:31
|
Hi all, I thought it was agreed at our last meeting that we were going to use a shadow copy of the master branch for all merges that had not yet been approved by the entire group. Regardless, I also assumed that major check ins would be coordinated between relevant committers beforehand perhaps via phone or email. Did I miss something? JL On Mon, May 10, 2010 at 1:49 PM, Glasser, Mark <Mar...@me...>wrote: > This is the code that now runs on Questa. All tests pass. I believe I > checked in the right thing. But I did make some other changes along the > way. You'll see them with a diff. We can iterate until we achieve > convergence. > > -- Mark > > -----Original Message----- > From: John Rose [mailto:jl...@ca...] > Sent: Monday, May 10, 2010 11:40 AM > To: Mark Glasser; amb...@pa...; > jan...@sy...; Sharon Rosenberg; Glasser, Mark; > uv...@li... > Subject: RE: [Uvm-git] [UVM:GIT Sourceforge] uvm branch, master, updated. > InitialVersion-123-g614b026 > > Mark, > > What is this checkin? This checkin causes callback tests to fail on IUS. It > doesn't look like the callback code that we have been working on is > represented in this checkin. > > john > > > > > John Rose | Senior Product Engineer > > P: 303.229.7778 www.cadence.com > > > > > > > -----Original Message----- > From: Mark Glasser [mailto:mar...@us...] > Sent: Monday, May 10, 2010 12:30 PM > To: amb...@pa...; jan...@sy...; Sharon > Rosenberg; Mar...@me...; uv...@li... > Subject: [Uvm-git] [UVM:GIT Sourceforge] uvm branch, master, updated. > InitialVersion-123-g614b026 > > 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, master has been updated > via 614b02612f0433d98153543efcbe21bb763e0799 (commit) > via 4b0030632d69c933fa376656bcca41561e2fe6a7 (commit) > via 92d4df651196c6cfdafc9681729487592d4d2cd2 (commit) > via 300b00eeb0919593282f2adced8472e26cce42f7 (commit) > via 8a414c4c22a405dc5995dc7410ac210c42881921 (commit) > from 12203a4de59a625593d92f66d06fd6e62e419fc3 (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 614b02612f0433d98153543efcbe21bb763e0799 > Merge: 4b0030632d69c933fa376656bcca41561e2fe6a7 > 12203a4de59a625593d92f66d06fd6e62e419fc3 > Author: Mark Glasser - MTI South <mglasser@trane.(none)> > Date: Mon May 10 10:20:04 2010 -0700 > > Merge branch 'master' of ssh://uvm.git.sourceforge.net/gitroot/uvm/uvm > > commit 4b0030632d69c933fa376656bcca41561e2fe6a7 > Author: Mark Glasser - MTI South <mglasser@trane.(none)> > Date: Sun May 9 22:53:47 2010 -0700 > > added `include "macros.svh" in tests where this line didn't exist and > UVM macros were being users; updates callbacks to run on Questa; > > commit 92d4df651196c6cfdafc9681729487592d4d2cd2 > Merge: 300b00eeb0919593282f2adced8472e26cce42f7 > 9a4dccee7d46ec490fe3ad85d0b4b1186a2138cd > Author: Mark Glasser - MTI South <mglasser@trane.(none)> > Date: Sun May 9 22:44:08 2010 -0700 > > Merge branch 'master' of ssh://uvm.git.sourceforge.net/gitroot/uvm/uvm > > commit 300b00eeb0919593282f2adced8472e26cce42f7 > Author: Mark Glasser - MTI South <mglasser@trane.(none)> > Date: Fri May 7 13:22:55 2010 -0700 > > modified tests by adding `include "uvm_macros.svh" in tests where UVM > macros are used; added questa.pl for running tests on Questa; added > questa.comp.args and questa.run.args for test 00basic/07toolargs; > modified > uvm_callback.svh to (try to) get UVM running on Questa > > commit 8a414c4c22a405dc5995dc7410ac210c42881921 > Author: Mark Glasser - MTI South <mglasser@trane.(none)> > Date: Thu May 6 13:42:13 2010 -0700 > > merged in Mentor changes to make UVM run on Questa > > ----------------------------------------------------------------------- > > Summary of changes: > admin/bin/run_tests | 8 +- > admin/lib/run_test/questa.pl | 197 > ++++++++++++++++++++ > distrib/src/base/base.svh | 2 +- > distrib/src/base/uvm_callback.svh | 67 +++++--- > distrib/src/base/uvm_objection.svh | 4 + > distrib/src/base/uvm_report_catcher.svh | 8 + > distrib/src/base/uvm_root.svh | 9 +- > tests/00basic/00hello/test.sv | 1 + > tests/00basic/03error/test.sv | 1 + > tests/00basic/06plusargs/test.sv | 1 + > .../07toolargs/{ius.comp.args => questa.comp.args} | 0 > .../07toolargs/{ius.run.args => questa.run.args} | 0 > tests/00basic/07toolargs/test.sv | 1 + > tests/00basic/10post_test/test.sv | 1 + > .../20subgroup/10subsub/10subsubsub/test.sv | 1 + > tests/00basic/20subgroup/10subsub/test.sv | 1 + > .../20subgroup/20subsub/10subsubsub/test.sv | 1 + > tests/00basic/20subgroup/test.sv | 1 + > tests/01report/10catcher/02simple/test.sv | 1 + > tests/01report/10catcher/03regnull/test.sv | 1 + > tests/01report/10catcher/04re_reg/test.sv | 1 + > tests/01report/10catcher/07rtrn_CGHT_THRW/test.sv | 1 + > tests/01report/10catcher/08set_prop/test.sv | 1 + > .../01report/10catcher/09uvm_msg_frm_ctch/test.sv | 1 + > tests/02objections/03basic/01basic/ius.fails | 1 - > tests/02objections/05phases/10user_phase/ius.fails | 1 - > tests/09callbacks/01simple/test.sv | 1 + > tests/09callbacks/02typewide/test.sv | 1 + > tests/09callbacks/03by_name/test.sv | 1 + > tests/09callbacks/05order/test.sv | 1 + > tests/09callbacks/06derived_ip/test.sv | 3 +- > tests/09callbacks/10safety/test.sv | 1 + > tests/09callbacks/20inherit/test.sv | 3 +- > tests/09callbacks/25params/test.sv | 9 +- > 34 files changed, 293 insertions(+), 39 deletions(-) > create mode 100644 admin/lib/run_test/questa.pl > mode change 100644 => 100755 distrib/src/base/uvm_callback.svh > copy tests/00basic/07toolargs/{ius.comp.args => questa.comp.args} (100%) > copy tests/00basic/07toolargs/{ius.run.args => questa.run.args} (100%) > delete mode 100644 tests/02objections/03basic/01basic/ius.fails > delete mode 100644 tests/02objections/05phases/10user_phase/ius.fails > > > hooks/post-receive > -- > uvm > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Uvm-git mailing list > Uv...@li... > https://lists.sourceforge.net/lists/listinfo/uvm-git > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Uvm-git mailing list > Uv...@li... > https://lists.sourceforge.net/lists/listinfo/uvm-git > |