uvm-git Mailing List for UVM (Page 10)
Status: Alpha
Brought to you by:
ambarsarkar
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(46) |
May
(85) |
Jun
(8) |
Jul
(1) |
Aug
(31) |
Sep
(46) |
Oct
(125) |
Nov
(226) |
Dec
(61) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(195) |
Feb
(66) |
Mar
(27) |
Apr
(110) |
May
(45) |
Jun
(22) |
Jul
(16) |
Aug
(25) |
Sep
(102) |
Oct
(85) |
Nov
(72) |
Dec
(6) |
2012 |
Jan
(5) |
Feb
(21) |
Mar
(33) |
Apr
(115) |
May
(53) |
Jun
(1) |
Jul
(30) |
Aug
(60) |
Sep
(30) |
Oct
(19) |
Nov
(37) |
Dec
(6) |
2013 |
Jan
(32) |
Feb
(21) |
Mar
(13) |
Apr
(23) |
May
(15) |
Jun
(22) |
Jul
(65) |
Aug
(31) |
Sep
(40) |
Oct
(42) |
Nov
(51) |
Dec
(38) |
2014 |
Jan
(15) |
Feb
(24) |
Mar
(10) |
Apr
(14) |
May
(47) |
Jun
(6) |
Jul
|
Aug
(2) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(6) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Janick B. <ja...@us...> - 2013-10-31 15:44:35
|
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, Mantis_3366 has been updated via d3ed8b04a7865202cc20d54bb128e89250966b12 (commit) from 45d63af73e75c74f0e2a25644b9e3b22e4567cbb (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 d3ed8b04a7865202cc20d54bb128e89250966b12 Author: Janick Bergeron <ja...@sy...> Date: Thu Oct 31 08:42:07 2013 -0700 Fixed bug in backward compatibility when setting global timeout before build phase ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_domain.svh | 2 ++ distrib/src/base/uvm_root.svh | 1 - 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-31 15:43:56
|
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, Mantis_3366-4ius has been updated via ba627e23d800dde3ecac74d1f94e04bf41ea7002 (commit) via 4c471aaf28a48c0646bd0ceca982e1f14310b724 (commit) via 45d63af73e75c74f0e2a25644b9e3b22e4567cbb (commit) via 2002eaeafc989474f799841156771da3c129bbc1 (commit) via 74b4dcaf5563943263497decf46be98521cd89c2 (commit) via 8a3fb5cceffd80561803ca1686e26a4a81ae75a2 (commit) via 0d0d363c7757048ca17bfe18933820c2893eaf56 (commit) via d5c1e012db4841ab5c470b7c27ca174c6fc73697 (commit) via 837cc4f9eb0f76b51b8cdd30fd23958de6e65b96 (commit) via 7b15e1e770ea3b9ce541db10200e267be78148cd (commit) via 09a13f98064a9abb52ffa5bd4a63e7ca727dd026 (commit) via 879d29c3f666d2b7ad5f8208b3dd2bafed315ffb (commit) via c99a054f75199b03555b5c2a40a772e938570bd5 (commit) via d52c8e5863d6b6f458514848197d4756beb7d9a2 (commit) via d58f883bbe60c9f7fbb7bf912cb369a07d038f41 (commit) via b5d04780953594394b06329c4511616cf809c66b (commit) from f5683af592004af0c237c4d326819ffb7a995180 (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 ba627e23d800dde3ecac74d1f94e04bf41ea7002 Author: Janick Bergeron <ja...@sy...> Date: Thu Oct 31 08:42:07 2013 -0700 Fixed bug in backward compatibility when setting global timeout before build phase commit 4c471aaf28a48c0646bd0ceca982e1f14310b724 Merge: f5683af 45d63af Author: Janick Bergeron <ja...@sy...> Date: Thu Oct 31 08:15:31 2013 -0700 Merge branch 'Mantis_3366' into Mantis_3366-4ius ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 3 + distrib/src/base/uvm_domain.svh | 2 + distrib/src/base/uvm_object_globals.svh | 18 ++- distrib/src/base/uvm_phase.svh | 132 +++++++++++++++--- distrib/src/base/uvm_root.svh | 1 - tests/40phasing/55timeout/01cmdline/test.sv | 6 +- tests/40phasing/55timeout/05inline/test.sv | 9 +- tests/40phasing/55timeout/10runtime/test.sv | 6 +- tests/40phasing/55timeout/20timescale/test.sv | 6 +- .../55timeout/{07none => 30normal}/test.sv | 19 ++- .../55timeout/{05inline => 40reset}/test.sv | 14 +- .../40phasing/90Mantis/4732_uninitialized/test.sv | 140 ++++++++++++++++++++ 12 files changed, 301 insertions(+), 55 deletions(-) copy tests/40phasing/55timeout/{07none => 30normal}/test.sv (82%) copy tests/40phasing/55timeout/{05inline => 40reset}/test.sv (92%) create mode 100644 tests/40phasing/90Mantis/4732_uninitialized/test.sv hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-31 14:54:19
|
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, Mantis_3366-4ius has been created at f5683af592004af0c237c4d326819ffb7a995180 (commit) - Log ----------------------------------------------------------------- commit f5683af592004af0c237c4d326819ffb7a995180 Author: uwes <uw...@ca...> Date: Mon Oct 28 12:12:50 2013 +0200 - fix dpi context call issue in 4738 - fix c compile warnings commit aa8736e2cd46f7a5196c3bc9656966c50617e83d Author: uwes <uw...@ca...> Date: Thu Oct 31 15:42:45 2013 +0200 fixed the sb mismatch in the codec example caused by an (now) unconditional update commit 4673970ed766b59ab31a8c458eef38676555f686 Author: uwes <uw...@ca...> Date: Thu Oct 31 13:44:25 2013 +0200 updates commit c6b7811cf5c71d99a93550b7fd312d64de8da794 Author: Mark Strickland <mas...@ci...> Date: Fri Oct 25 12:14:47 2013 -0400 The temporary change to this file was not supposed to be released. Reverting to original file. commit b721e8069087657e82bff6fb738a01ff86f29faf Author: uwes <uw...@ca...> Date: Wed Oct 30 14:21:40 2013 +0200 -1800 fixes BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Jun Z. <jun...@us...> - 2013-10-30 02:06:19
|
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, mantis_4570 has been updated via 640fb1f34f4c82b7e99b332238e58ee0e0ddb7b7 (commit) from a708634b0ad0377902fb6d069485eb408bef4710 (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 640fb1f34f4c82b7e99b332238e58ee0e0ddb7b7 Author: Jun Zhao <jun...@sy...> Date: Tue Oct 29 19:05:05 2013 -0700 fix a testcase ----------------------------------------------------------------------- Summary of changes: .../3152_try_next_item_blocks/test.sv | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-29 21:01:14
|
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, Mantis_3366 has been updated via 45d63af73e75c74f0e2a25644b9e3b22e4567cbb (commit) from 2002eaeafc989474f799841156771da3c129bbc1 (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 45d63af73e75c74f0e2a25644b9e3b22e4567cbb Author: Janick Bergeron <ja...@sy...> Date: Tue Oct 29 14:00:46 2013 -0700 Documented effect of changing timeout value once timer is started. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_phase.svh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-29 20:57:36
|
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, Mantis_3366 has been updated via 2002eaeafc989474f799841156771da3c129bbc1 (commit) from 74b4dcaf5563943263497decf46be98521cd89c2 (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 2002eaeafc989474f799841156771da3c129bbc1 Author: Janick Bergeron <ja...@sy...> Date: Tue Oct 29 13:55:48 2013 -0700 Added uvm_phase::get_timeout() and uvm_phase::reset_timer() Corrected the pass/fail conditions of a few tests. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_phase.svh | 86 ++++++++++++++++--- tests/40phasing/55timeout/01cmdline/test.sv | 6 +- tests/40phasing/55timeout/05inline/test.sv | 9 +- tests/40phasing/55timeout/20timescale/test.sv | 6 +- .../55timeout/{05inline => 40reset}/test.sv | 13 ++-- 5 files changed, 90 insertions(+), 30 deletions(-) copy tests/40phasing/55timeout/{05inline => 40reset}/test.sv (93%) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-29 14:07:47
|
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, Mantis_3366 has been updated via 74b4dcaf5563943263497decf46be98521cd89c2 (commit) via 8a3fb5cceffd80561803ca1686e26a4a81ae75a2 (commit) via 0d0d363c7757048ca17bfe18933820c2893eaf56 (commit) via d5c1e012db4841ab5c470b7c27ca174c6fc73697 (commit) via 837cc4f9eb0f76b51b8cdd30fd23958de6e65b96 (commit) via 7b15e1e770ea3b9ce541db10200e267be78148cd (commit) via 09a13f98064a9abb52ffa5bd4a63e7ca727dd026 (commit) via 879d29c3f666d2b7ad5f8208b3dd2bafed315ffb (commit) via c99a054f75199b03555b5c2a40a772e938570bd5 (commit) via d52c8e5863d6b6f458514848197d4756beb7d9a2 (commit) via d58f883bbe60c9f7fbb7bf912cb369a07d038f41 (commit) via b5d04780953594394b06329c4511616cf809c66b (commit) from d6fb963183faa7967718d26247673a7c01868ee4 (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 74b4dcaf5563943263497decf46be98521cd89c2 Merge: 8a3fb5c 0d0d363 Author: Janick Bergeron <ja...@sy...> Date: Tue Oct 29 06:29:04 2013 -0700 Merge remote branch 'origin/UVM_1_2' into Mantis_3366 commit 8a3fb5cceffd80561803ca1686e26a4a81ae75a2 Author: Janick Bergeron <ja...@sy...> Date: Tue Oct 29 06:28:50 2013 -0700 Added a no-timeout test ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 3 + distrib/src/base/uvm_object_globals.svh | 18 ++- distrib/src/base/uvm_phase.svh | 46 +++++-- distrib/src/dpi/uvm_common.c | 20 ++-- distrib/src/dpi/uvm_hdl.c | 15 +- distrib/src/dpi/uvm_regex.cc | 24 ++-- distrib/src/dpi/uvm_regex.svh | 6 +- distrib/src/dpi/uvm_svcmd_dpi.c | 4 +- .../3152_try_next_item_blocks/test.sv | 6 +- tests/40phasing/55timeout/10runtime/test.sv | 6 +- .../55timeout/{07none => 30normal}/test.sv | 18 ++- .../40phasing/90Mantis/4732_uninitialized/test.sv | 140 ++++++++++++++++++++ 12 files changed, 244 insertions(+), 62 deletions(-) copy tests/40phasing/55timeout/{07none => 30normal}/test.sv (82%) create mode 100644 tests/40phasing/90Mantis/4732_uninitialized/test.sv hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2013-10-28 12:55:38
|
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_1_2 has been updated via 0d0d363c7757048ca17bfe18933820c2893eaf56 (commit) via 09a13f98064a9abb52ffa5bd4a63e7ca727dd026 (commit) via 879d29c3f666d2b7ad5f8208b3dd2bafed315ffb (commit) via c99a054f75199b03555b5c2a40a772e938570bd5 (commit) via d52c8e5863d6b6f458514848197d4756beb7d9a2 (commit) via d58f883bbe60c9f7fbb7bf912cb369a07d038f41 (commit) via b5d04780953594394b06329c4511616cf809c66b (commit) from d5c1e012db4841ab5c470b7c27ca174c6fc73697 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 3 + distrib/src/base/uvm_object_globals.svh | 18 ++- distrib/src/base/uvm_phase.svh | 46 +++++-- .../40phasing/90Mantis/4732_uninitialized/test.sv | 140 ++++++++++++++++++++ 4 files changed, 192 insertions(+), 15 deletions(-) create mode 100644 tests/40phasing/90Mantis/4732_uninitialized/test.sv hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2013-10-28 12:54:43
|
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, Mantis_4732 has been created at 0d0d363c7757048ca17bfe18933820c2893eaf56 (commit) - Log ----------------------------------------------------------------- commit 0d0d363c7757048ca17bfe18933820c2893eaf56 Merge: 09a13f9 d5c1e01 Author: Justin Refice <jr...@nv...> Date: Mon Oct 28 05:52:48 2013 -0700 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into Mantis_4732 commit 09a13f98064a9abb52ffa5bd4a63e7ca727dd026 Author: Justin Refice <jr...@nv...> Date: Tue Oct 15 12:20:30 2013 -0700 Test, Fixes to uvm_phase, and release notes update. commit 879d29c3f666d2b7ad5f8208b3dd2bafed315ffb Merge: c99a054 b5661b1 Author: Justin Refice <jr...@nv...> Date: Tue Oct 15 11:14:03 2013 -0700 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into Mantis_4732 commit c99a054f75199b03555b5c2a40a772e938570bd5 Merge: d52c8e5 54b72ef Author: Justin Refice <jr...@nv...> Date: Thu Sep 19 09:54:39 2013 -0700 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into Mantis_4732 commit d52c8e5863d6b6f458514848197d4756beb7d9a2 Merge: d58f883 14894b7 Author: Justin Refice <jr...@nv...> Date: Wed Sep 18 08:19:29 2013 -0700 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into Mantis_4732 commit d58f883bbe60c9f7fbb7bf912cb369a07d038f41 Merge: b5d0478 b566a26 Author: Justin Refice <jr...@nv...> Date: Wed Sep 11 09:02:38 2013 -0700 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into Mantis_4732 commit b5d04780953594394b06329c4511616cf809c66b Author: Justin Refice <jr...@nv...> Date: Tue Sep 3 05:49:49 2013 -0700 Fix for mantis 4732 (provide uninitialized state to uvm phase state enum) BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-28 10:14:53
|
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_1_2 has been updated via d5c1e012db4841ab5c470b7c27ca174c6fc73697 (commit) from 837cc4f9eb0f76b51b8cdd30fd23958de6e65b96 (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 d5c1e012db4841ab5c470b7c27ca174c6fc73697 Author: uwes <uw...@ca...> Date: Mon Oct 28 12:12:50 2013 +0200 - fix dpi context call issue in 4738 - fix c compile warnings ----------------------------------------------------------------------- Summary of changes: distrib/src/dpi/uvm_common.c | 20 +++++++++----------- distrib/src/dpi/uvm_hdl.c | 15 +++++++-------- distrib/src/dpi/uvm_regex.cc | 24 ++++++++++++------------ distrib/src/dpi/uvm_regex.svh | 6 +++--- distrib/src/dpi/uvm_svcmd_dpi.c | 4 ++-- 5 files changed, 33 insertions(+), 36 deletions(-) hooks/post-receive -- uvm |
From: Mark S. <ev...@us...> - 2013-10-25 16:29:01
|
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_1_2 has been updated via 837cc4f9eb0f76b51b8cdd30fd23958de6e65b96 (commit) via 7b15e1e770ea3b9ce541db10200e267be78148cd (commit) from b5661b1263c5649ed3217a9a2e9cc0e9c8d79103 (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 837cc4f9eb0f76b51b8cdd30fd23958de6e65b96 Merge: 7b15e1e b5661b1 Author: Mark Strickland <mas...@ci...> Date: Fri Oct 25 12:28:41 2013 -0400 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into UVM_1_2 commit 7b15e1e770ea3b9ce541db10200e267be78148cd Author: Mark Strickland <mas...@ci...> Date: Fri Oct 25 12:14:47 2013 -0400 The temporary change to this file was not supposed to be released. Reverting to original file. ----------------------------------------------------------------------- Summary of changes: .../3152_try_next_item_blocks/test.sv | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-25 14:49:00
|
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, mantis_4570-4ius has been created at 844672c2e215da02395081176fa0766df64f229f (commit) - Log ----------------------------------------------------------------- commit 844672c2e215da02395081176fa0766df64f229f Author: uwes <uw...@ca...> Date: Fri Oct 25 16:23:21 2013 +0300 - fixing -1800 lrm requirements - fixing dpi context calls - fixing dpi c compile warnings - fix messages for non process contexts commit c14c1133393b1934efdbe4ac40dc94b9ee861cb3 Author: uwes <uw...@ca...> Date: Thu Oct 24 16:33:09 2013 +0300 ius changes BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-25 12:11:02
|
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, mantis_4621-fix has been updated via f3f88a29f9b9d75a45a5311b3849123cdc685b36 (commit) from 2a52b1e7dc4a7ce79ea4faa3a8d5a5fa84fc1c0a (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 f3f88a29f9b9d75a45a5311b3849123cdc685b36 Author: uwes <uw...@ca...> Date: Fri Oct 25 15:10:19 2013 +0300 removed dangling q ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_misc.svh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-24 13:29:16
|
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, Mantis_3366 has been updated via d6fb963183faa7967718d26247673a7c01868ee4 (commit) from 5458beb8545b897ca10c1cd1f371ea899c082d33 (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 d6fb963183faa7967718d26247673a7c01868ee4 Author: Janick Bergeron <ja...@sy...> Date: Wed Oct 23 13:23:26 2013 -0700 Test when uvm_pkg is under 1ps timescale ----------------------------------------------------------------------- Summary of changes: .../55timeout/{20timescale => 25uvm_ps}/test.sv | 14 ++++++-------- .../55timeout/25uvm_ps/uvm_macros.svh} | 15 +++++---------- 2 files changed, 11 insertions(+), 18 deletions(-) copy tests/40phasing/55timeout/{20timescale => 25uvm_ps}/test.sv (90%) copy tests/{XXfail/10comfail/test.sv => 40phasing/55timeout/25uvm_ps/uvm_macros.svh} (79%) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-24 09:43:46
|
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, mantis_4621-fix has been created at 2a52b1e7dc4a7ce79ea4faa3a8d5a5fa84fc1c0a (commit) - Log ----------------------------------------------------------------- commit 2a52b1e7dc4a7ce79ea4faa3a8d5a5fa84fc1c0a Merge: 87cf8de a9c3e8b Author: uwes <uw...@ca...> Date: Thu Oct 24 12:40:32 2013 +0300 updated fix and test commit a9c3e8b9a2f71ffaa190cc1c3394ba1fdc1cbb8b Author: uwes <uw...@ca...> Date: Thu Oct 24 12:35:38 2013 +0300 updated fix and test commit 87cf8de1355581220aa4d068faa8047d5d8b4f92 Author: uwes <uw...@ca...> Date: Wed Oct 23 19:13:14 2013 +0300 update streaming pack BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-23 19:56:55
|
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, Mantis_3366 has been updated via 5458beb8545b897ca10c1cd1f371ea899c082d33 (commit) from ccdd8cec5c84a344a1699ed1478a35a027ee760e (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 5458beb8545b897ca10c1cd1f371ea899c082d33 Author: Janick Bergeron <ja...@sy...> Date: Wed Oct 23 12:56:32 2013 -0700 Added timescale test ----------------------------------------------------------------------- Summary of changes: .../55timeout/{05inline => 20timescale}/test.sv | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) copy tests/40phasing/55timeout/{05inline => 20timescale}/test.sv (91%) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-23 18:44:19
|
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, Mantis_3366 has been updated via ccdd8cec5c84a344a1699ed1478a35a027ee760e (commit) via b5661b1263c5649ed3217a9a2e9cc0e9c8d79103 (commit) via 0c76ca45d4d15ef653bb4f39bb9cc77c96768e10 (commit) via 1395ad5b1435bb551c822bf2c033d75d7c068ee1 (commit) via 7447890c39cdfe821b99c0eaeb6ba0bbfb98e663 (commit) via c5fe9d6e31ecc5ebb9612b16e1d2c0ff3f61f6d7 (commit) via ba3f47f90409d8a41fcd9c02f59dd793d903bdcf (commit) via d57add9ebd346a1b106f517fb5a7aab17ad0e390 (commit) via 98ee146ffdcc5d1cc2cb89e2c50df1f5ed6c830a (commit) via 5c0d3a9d9bbb874c21417fa8a1ec6f9bdde61434 (commit) via e0aaf9c6d831a0175ec6555fc2bb7a5aa02078f1 (commit) via c4d453d5a58e34113d18d80b626521c95eded07f (commit) via ff37ccab386b1799ba7983c4a72f25aa1c418f57 (commit) via c0cdc0ca33d4a472a07f19d97c3ff20d14fa5e66 (commit) via fe94ececa4be6aae019acec11cac1d02929b67bd (commit) via f4aa8faf3e1c4f8e0a4e46aa0c99681b5fbe1cb3 (commit) via 965848a7e439bc84f2cad7b75036f1933cbe541c (commit) via db250797f21e7dbb772ba8b281eb5202e312ba6e (commit) via fc0fa9cd8cc31f9aa4b4285ed9ced0233cca5b9d (commit) from 997f37b6499b5570ad013eede5e8a2f04a519485 (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 ccdd8cec5c84a344a1699ed1478a35a027ee760e Merge: 997f37b b5661b1 Author: Janick Bergeron <ja...@sy...> Date: Wed Oct 23 11:42:53 2013 -0700 Merge branch 'UVM_1_2' into Mantis_3366 ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 16 +- distrib/src/base/uvm_globals.svh | 11 + distrib/src/dpi/{uvm_dpi.svh => uvm_common.c} | 38 ++-- distrib/src/dpi/uvm_dpi.cc | 2 + distrib/src/dpi/uvm_dpi.h | 65 +++++ distrib/src/dpi/uvm_hdl.c | 41 +++- distrib/src/dpi/uvm_regex.cc | 52 ++++- distrib/src/dpi/uvm_svcmd_dpi.c | 19 +- distrib/src/reg/sequences/uvm_reg_bit_bash_seq.svh | 8 +- distrib/src/reg/uvm_reg_field.svh | 98 ++++---- distrib/src/seq/uvm_sequencer_base.svh | 29 +++- .../02simple => 90Mantis/4738_dpi}/test.sv | 36 +--- .../3152_try_next_item_blocks/test.sv | 6 +- .../test.sv | 53 +++-- tests/70regs/90Mantis/4253/test.sv | 226 +++++++++++++++++ tests/70regs/90Mantis/4553/test.sv | 253 ++++++++++++++++++++ 16 files changed, 797 insertions(+), 156 deletions(-) copy distrib/src/dpi/{uvm_dpi.svh => uvm_common.c} (59%) create mode 100644 distrib/src/dpi/uvm_dpi.h copy tests/01report/{10catcher/02simple => 90Mantis/4738_dpi}/test.sv (65%) copy tests/20sequences/99Mantis_fixes/{3152_try_next_item_blocks => 4488_forgot_wait_for_relevant}/test.sv (68%) create mode 100644 tests/70regs/90Mantis/4253/test.sv create mode 100644 tests/70regs/90Mantis/4553/test.sv hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-23 18:42:08
|
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, Mantis_3366 has been updated via 997f37b6499b5570ad013eede5e8a2f04a519485 (commit) from 0f31219e1b84599feec522d4b6436b073c76167b (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 997f37b6499b5570ad013eede5e8a2f04a519485 Author: Janick Bergeron <ja...@sy...> Date: Wed Oct 23 11:41:45 2013 -0700 Added rlease note ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- uvm |
From: Janick B. <ja...@us...> - 2013-10-23 18:34: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, Mantis_3366 has been created at 0f31219e1b84599feec522d4b6436b073c76167b (commit) - Log ----------------------------------------------------------------- commit 0f31219e1b84599feec522d4b6436b073c76167b Author: Janick Bergeron <ja...@sy...> Date: Wed Oct 23 11:33:49 2013 -0700 Implementation of Mantis 3366: per-phase timeout BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2013-10-23 16:17:37
|
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, mantis_4772 has been created at 3c2ed5066b4b029e1a509207c731e182e0dda7f8 (commit) - Log ----------------------------------------------------------------- commit 3c2ed5066b4b029e1a509207c731e182e0dda7f8 Author: uwes <uw...@ca...> Date: Wed Oct 23 13:12:21 2013 +0300 separated uvm_hdl into vendor specific files BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Jun Z. <jun...@us...> - 2013-10-18 00:17:50
|
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, mantis_4570 has been updated via a708634b0ad0377902fb6d069485eb408bef4710 (commit) from 1910d1fad77ebe5e56705983439082d0451c5d88 (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 a708634b0ad0377902fb6d069485eb408bef4710 Author: Jun Zhao <jun...@sy...> Date: Thu Oct 17 17:16:46 2013 -0700 update compose_message with compose_report_message ----------------------------------------------------------------------- Summary of changes: tests/01report/02server/01set_get/test.sv | 23 ++++++++++++----------- tests/01report/02server/02compat/test.sv | 11 +++++++---- tests/50cmdlineproc/99dot_f_file/testfile.sv | 4 ++-- 3 files changed, 21 insertions(+), 17 deletions(-) hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2013-10-17 18:57:23
|
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, mantis_4744 has been updated via 83251e277942f962e1416485104560e5abd30b6b (commit) via 60f37f3363696393eb83e4c5bea9a2bf0ea11778 (commit) from 271e8f1d79b6c1de7ff0ab1a8c71c70b00313331 (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 83251e277942f962e1416485104560e5abd30b6b Author: Justin Refice <jr...@nv...> Date: Thu Oct 17 11:56:32 2013 -0700 Documentation updates Moving do_get_handle implementation to backend commit 60f37f3363696393eb83e4c5bea9a2bf0ea11778 Author: Justin Refice <jr...@nv...> Date: Wed Oct 16 09:08:32 2013 -0700 Documentation updates, callback updates. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_links.svh | 6 +- distrib/src/base/uvm_recorder.svh | 140 +++++++++++++++++-------- distrib/src/base/uvm_tr_database.svh | 54 ++++------ distrib/src/base/uvm_tr_stream.svh | 193 ++++++++++++++++++++++------------ distrib/src/base/uvm_transaction.svh | 10 +- 5 files changed, 250 insertions(+), 153 deletions(-) hooks/post-receive -- uvm |
From: Jun Z. <jun...@us...> - 2013-10-17 03:22: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, mantis_4570 has been updated via 1910d1fad77ebe5e56705983439082d0451c5d88 (commit) from 3142741d35abb2ba66ba4bc5afa594e9e502c00c (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 1910d1fad77ebe5e56705983439082d0451c5d88 Author: Jun Zhao <jun...@sy...> Date: Wed Oct 16 20:21:10 2013 -0700 Remove the testcases in 01report/50record ----------------------------------------------------------------------- Summary of changes: tests/01report/50record/01basic/output.au | 26 ---- tests/01report/50record/01basic/post_test.pl | 97 ------------ tests/01report/50record/01basic/test.sv | 77 ---------- tests/01report/50record/01basic/tr_db.log.au | 159 -------------------- .../50record/10begin_end_impulse/output.au | 27 ---- .../50record/10begin_end_impulse/post_test.pl | 1 - .../01report/50record/10begin_end_impulse/test.sv | 90 ----------- .../50record/10begin_end_impulse/tr_db.log.au | 29 ---- .../50record/20_begin_end_overtime/output.au | 27 ---- .../50record/20_begin_end_overtime/post_test.pl | 1 - .../50record/20_begin_end_overtime/test.sv | 98 ------------ .../50record/20_begin_end_overtime/tr_db.log.au | 29 ---- .../01report/50record/25_overlap_samero/output.au | 4 - .../50record/25_overlap_samero/post_test.pl | 1 - tests/01report/50record/25_overlap_samero/test.sv | 62 -------- .../50record/25_overlap_samero/tr_db.log.au | 19 --- tests/01report/50record/50basic_link/output.au | 6 - tests/01report/50record/50basic_link/post_test.pl | 1 - tests/01report/50record/50basic_link/test.sv | 68 --------- tests/01report/50record/50basic_link/tr_db.log.au | 20 --- tests/01report/50record/70meta/test.sv | 95 ------------ 21 files changed, 0 insertions(+), 937 deletions(-) delete mode 100644 tests/01report/50record/01basic/output.au delete mode 100644 tests/01report/50record/01basic/post_test.pl delete mode 100644 tests/01report/50record/01basic/test.sv delete mode 100644 tests/01report/50record/01basic/tr_db.log.au delete mode 100644 tests/01report/50record/10begin_end_impulse/output.au delete mode 120000 tests/01report/50record/10begin_end_impulse/post_test.pl delete mode 100644 tests/01report/50record/10begin_end_impulse/test.sv delete mode 100644 tests/01report/50record/10begin_end_impulse/tr_db.log.au delete mode 100644 tests/01report/50record/20_begin_end_overtime/output.au delete mode 120000 tests/01report/50record/20_begin_end_overtime/post_test.pl delete mode 100644 tests/01report/50record/20_begin_end_overtime/test.sv delete mode 100644 tests/01report/50record/20_begin_end_overtime/tr_db.log.au delete mode 100644 tests/01report/50record/25_overlap_samero/output.au delete mode 120000 tests/01report/50record/25_overlap_samero/post_test.pl delete mode 100644 tests/01report/50record/25_overlap_samero/test.sv delete mode 100644 tests/01report/50record/25_overlap_samero/tr_db.log.au delete mode 100644 tests/01report/50record/50basic_link/output.au delete mode 120000 tests/01report/50record/50basic_link/post_test.pl delete mode 100644 tests/01report/50record/50basic_link/test.sv delete mode 100644 tests/01report/50record/50basic_link/tr_db.log.au delete mode 100644 tests/01report/50record/70meta/test.sv hooks/post-receive -- uvm |
From: Jun Z. <jun...@us...> - 2013-10-17 03:16:59
|
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, mantis_4570 has been updated via 3142741d35abb2ba66ba4bc5afa594e9e502c00c (commit) via b5661b1263c5649ed3217a9a2e9cc0e9c8d79103 (commit) via 0c76ca45d4d15ef653bb4f39bb9cc77c96768e10 (commit) via 1395ad5b1435bb551c822bf2c033d75d7c068ee1 (commit) via 7447890c39cdfe821b99c0eaeb6ba0bbfb98e663 (commit) via c5fe9d6e31ecc5ebb9612b16e1d2c0ff3f61f6d7 (commit) via ba3f47f90409d8a41fcd9c02f59dd793d903bdcf (commit) via d57add9ebd346a1b106f517fb5a7aab17ad0e390 (commit) via 98ee146ffdcc5d1cc2cb89e2c50df1f5ed6c830a (commit) via 5c0d3a9d9bbb874c21417fa8a1ec6f9bdde61434 (commit) via e0aaf9c6d831a0175ec6555fc2bb7a5aa02078f1 (commit) via c4d453d5a58e34113d18d80b626521c95eded07f (commit) via ff37ccab386b1799ba7983c4a72f25aa1c418f57 (commit) via c0cdc0ca33d4a472a07f19d97c3ff20d14fa5e66 (commit) via fe94ececa4be6aae019acec11cac1d02929b67bd (commit) via f4aa8faf3e1c4f8e0a4e46aa0c99681b5fbe1cb3 (commit) via 965848a7e439bc84f2cad7b75036f1933cbe541c (commit) via 54b72efefd786333bcf787c62ce387461aaea8ca (commit) via 3de88790580354f95a7ca34e691569450ef70af3 (commit) via 545af0b848cb127495829cc6b04117fba9d81726 (commit) via 330923f289a11137f0a784680e59294d27638ecf (commit) via 14894b773a9328b473f9a514ee147b8ef742c36a (commit) via 589c81b8a67de6950f4353d88b41d2cfc935b867 (commit) via db250797f21e7dbb772ba8b281eb5202e312ba6e (commit) via b566a26a7864b76ff92015612db5beac9f4f707e (commit) via 53b17c0b6d4194fda747e469268c384b7429e0d8 (commit) via b3a3b5c08ad8835f14479fed6813d67898fe9aad (commit) via b0dbf4a08e0d7f04c5145ced500236c11112b7b5 (commit) via 639efdd48c9ed8cc3852a9426784146bd08d1fdb (commit) via bf81e133573901f4234d45a6999313ccaccac323 (commit) via 57624d0b99742ef8cd896b7ebc774ac762cace96 (commit) via f81653ebc8bb3705915c5fd0d35ae84089eddfd3 (commit) via 75992dec0aea7849f7a242b927718c82269d9f38 (commit) via 530b9e72946f61327d153cb9b300134bd91b6628 (commit) via e2f64fbe10e97fa397ef4a67046ff3bd2b46f0e6 (commit) via 42211720e4909cb72eb703ec4792204e6aeb1e26 (commit) via 2c2530b23cca2811b205721756869560c8617062 (commit) via 05289b7fa8988adc659bcd166d1d878074c6a900 (commit) via b538470666429da705e9255a635acf99c0ceb55b (commit) via b28064cbd48d574235aa3895dfa8d0f6dfeb45cc (commit) via b280e8169e888c855ef7ee8f28fe6023266d9225 (commit) via 005c9dc38e6cf0b648e3cd49844e6b34724528ab (commit) via e05c328e9f9728b58e18997fac21b831a9d492f5 (commit) via 353628766e0d2a6c5639ac966703a3e2d1c7b1c8 (commit) via 04fd02ccf8724be8ae2b3c1deb3847d699c73359 (commit) via 5fd9e7579c37c3067ef70d8627c8f19d3ce1d89b (commit) via 47d3d5c5216c6d6729c0617dd960c81cee16c21e (commit) via 92dba6e57466b0c1afa535d57c78b839b5f0aa5b (commit) via 8466902a9d9f41024fd9218259ae4d9945c44f3e (commit) via b5ff4af31fa05e6d58993071d710f1ebb2f7d1d9 (commit) via 19418e683f182b950effdac45f3a6a7fc6748367 (commit) via 1fcd7d559872e1f358eb16e6f6163d96e7be8b07 (commit) via 32543d0f06dc496fb30b831f5b6f2c98a32a6405 (commit) via 5834767115b9516631e07ffda43fa27a2624bdef (commit) via d638d85615cd559877af8e1f04821909c2007ba3 (commit) via cd17fe9729a49976f9be7c0aeeb5cab80c35e7de (commit) via d6e525dd7ad5eb127a572ce46c2ebf1b49d9d396 (commit) via 5e156c307e69f0d33c6ddba86d0c2be0f384d46a (commit) via 67cde88fde5650e186f9186e3703e8ce39a58171 (commit) via 2028f3ebe44be539e97cc45ae58dc99b511b40ce (commit) via 2abce9ec07a526acf04490270727fa49e46cc318 (commit) via fc0fa9cd8cc31f9aa4b4285ed9ced0233cca5b9d (commit) via 221dac2ea685bfa9f1c6a15750b753b27c23f132 (commit) via 5d9b24d6ef3ac63458c90fe9a62a2b611e7e95c1 (commit) from 681bf6f6dd1b0b236669fe04fd7fb245853017e5 (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 3142741d35abb2ba66ba4bc5afa594e9e502c00c Merge: 681bf6f b5661b1 Author: Jun Zhao <jun...@sy...> Date: Wed Oct 16 20:13:56 2013 -0700 Merge remote-tracking branch 'origin/UVM_1_2' into mantis_4570 Conflicts: distrib/src/base/uvm_globals.svh distrib/src/base/uvm_registry.svh distrib/src/base/uvm_root.svh tests/15factory/90Mantis/3431print/output.au tests/70regs/05mem/20mem_access/test.sv ----------------------------------------------------------------------- Summary of changes: distrib/bin/uvm11-to-uvm12.pl | 6 +- .../examples/simple/basic_examples/module/test.sv | 16 +- distrib/examples/simple/basic_examples/pkg/test.sv | 16 +- .../simple/configuration/automated/classA.svh | 2 +- .../simple/configuration/automated/classB.svh | 2 +- .../simple/configuration/automated/my_env_pkg.sv | 6 +- .../examples/simple/configuration/automated/top.sv | 30 +-- .../simple/configuration/manual/classA.svh | 4 +- .../simple/configuration/manual/classB.svh | 4 +- .../simple/configuration/manual/classC.svh | 10 +- .../simple/configuration/manual/my_env_pkg.sv | 8 +- .../examples/simple/configuration/manual/top.sv | 16 +- distrib/examples/simple/hello_world/hello_world.sv | 6 +- distrib/examples/simple/hello_world/producer.sv | 2 +- .../examples/simple/registers/common/any_config.sv | 2 +- .../examples/simple/registers/common/reg_agent.sv | 6 + .../simple/registers/common/wishbone/driver.sv | 2 +- distrib/release-notes.txt | 74 ++++-- distrib/src/base/uvm_component.svh | 88 ++++-- distrib/src/base/uvm_config_db.svh | 27 ++ distrib/src/base/uvm_factory.svh | 8 - distrib/src/base/uvm_globals.svh | 35 ++- distrib/src/base/uvm_misc.svh | 7 +- distrib/src/base/uvm_object.svh | 3 +- distrib/src/base/uvm_object_globals.svh | 2 +- distrib/src/base/uvm_phase.svh | 189 ++++++++------ distrib/src/base/uvm_port_base.svh | 11 +- distrib/src/base/uvm_registry.svh | 29 ++- distrib/src/base/uvm_report_object.svh | 10 +- distrib/src/base/uvm_root.svh | 22 +- distrib/src/base/uvm_transaction.svh | 17 +- distrib/src/comps/uvm_agent.svh | 4 +- distrib/src/dpi/uvm_common.c | 44 +++ distrib/src/dpi/uvm_dpi.cc | 2 + distrib/src/dpi/uvm_dpi.h | 65 +++++ distrib/src/dpi/uvm_hdl.c | 41 ++- distrib/src/dpi/uvm_regex.cc | 52 +++- distrib/src/dpi/uvm_svcmd_dpi.c | 19 +- distrib/src/macros/uvm_deprecated_defines.svh | 2 +- distrib/src/macros/uvm_object_defines.svh | 105 +++---- distrib/src/macros/uvm_tlm_defines.svh | 2 + distrib/src/reg/sequences/uvm_reg_bit_bash_seq.svh | 8 +- distrib/src/reg/uvm_reg_field.svh | 98 ++++--- distrib/src/reg/uvm_reg_map.svh | 9 +- distrib/src/seq/uvm_sequence.svh | 13 + distrib/src/seq/uvm_sequence_base.svh | 39 ++- distrib/src/seq/uvm_sequence_library.svh | 4 +- distrib/src/seq/uvm_sequencer_base.svh | 59 ++++- distrib/src/tlm1/uvm_sqr_ifs.svh | 27 ++ tests/01report/90Mantis/4738_dpi/test.sv | 93 +++++++ tests/03data/90Mantis/4711/test.sv | 60 ++++ tests/10resources/15trace/test.sv | 10 +- tests/15factory/90Mantis/3431print/test.sv | 3 +- tests/15factory/95new/4478_dump_overrides/test.sv | 6 +- tests/15factory/95new/4478_locking_factory/test.sv | 6 +- tests/15factory/95new/4478_tracing_factory/test.sv | 6 +- .../80examples/01simple/src/Makefile.ius | 30 -- .../80examples/01simple/src/Makefile.questa | 33 --- .../80examples/01simple/src/Makefile.vcs | 33 --- .../80examples/01simple/src/simple_driver.sv | 57 ---- .../80examples/01simple/src/simple_item.sv | 51 ---- .../80examples/01simple/src/simple_seq_lib.sv | 128 --------- .../80examples/01simple/src/simple_sequencer.sv | 47 ---- tests/20sequences/80examples/01simple/src/test.sv | 61 ---- tests/20sequences/80examples/01simple/test.pl | 1 - .../3152_try_next_item_blocks/test.sv | 6 +- .../4488_forgot_wait_for_relevant/test.sv | 164 +++++++++++ .../01static => 25agent/01simple}/test.defines | 0 tests/25agent/01simple/test.sv | 78 ++++++ tests/25agent/30record/post_test.pl | 57 ++++ .../01static => 25agent/30record}/test.defines | 0 tests/25agent/30record/test.sv | 84 ++++++ tests/25agent/30record/tr_db.au | 22 ++ tests/25agent/common/piped_driver.sv | 73 +++++ tests/25agent/common/simple_agent.sv | 67 +++++ tests/25agent/common/simple_driver.sv | 57 ++++ tests/25agent/common/simple_item.sv | 54 ++++ tests/25agent/common/simple_seq_lib.sv | 157 +++++++++++ tests/25agent/common/simple_sequencer.sv | 45 +++ tests/40phasing/10domains/06simple_unsync/test.sv | 137 +++++++++ tests/40phasing/40jump/05early_terminate/test.sv | 114 ++++++++ .../40jump/06back_jump_phase/.inter.vpd.uvm | 152 ++++++++++ .../06back_jump_phase/.restartSimSession.tcl.old | 161 +++++++++++ .../06back_jump_phase/DVEfiles/dve_gui.log.sml | Bin 0 -> 351 bytes .../40jump/06back_jump_phase/DVEfiles/session.tcl | 289 ++++++++++++++++++++ tests/40phasing/40jump/06back_jump_phase/inter.vpd | Bin 0 -> 212873 bytes tests/40phasing/40jump/06back_jump_phase/test.sv | 224 +++++++++++++++ .../4440jump_in_phase_ended/.inter.vpd.uvm | 152 ++++++++++ .../.restartSimSession.tcl.old | 161 +++++++++++ .../90Mantis/4440jump_in_phase_ended/test.sv | 224 +++++++++++++++ tests/50cmdlineproc/05get_args/00basic/test.sv | 2 +- tests/70regs/05mem/20mem_access/test.sv | 37 +-- tests/70regs/20maps/90Mantis/4181/test.sv | 14 +- tests/70regs/90Mantis/4253/test.sv | 226 +++++++++++++++ tests/70regs/90Mantis/4553/test.sv | 253 +++++++++++++++++ uvm_ref/nd/Proj/UVM_Menu.txt | 12 +- 96 files changed, 3987 insertions(+), 913 deletions(-) create mode 100644 distrib/src/dpi/uvm_common.c create mode 100644 distrib/src/dpi/uvm_dpi.h create mode 100644 tests/01report/90Mantis/4738_dpi/test.sv create mode 100644 tests/03data/90Mantis/4711/test.sv delete mode 100644 tests/20sequences/80examples/01simple/src/Makefile.ius delete mode 100644 tests/20sequences/80examples/01simple/src/Makefile.questa delete mode 100644 tests/20sequences/80examples/01simple/src/Makefile.vcs delete mode 100644 tests/20sequences/80examples/01simple/src/simple_driver.sv delete mode 100644 tests/20sequences/80examples/01simple/src/simple_item.sv delete mode 100644 tests/20sequences/80examples/01simple/src/simple_seq_lib.sv delete mode 100644 tests/20sequences/80examples/01simple/src/simple_sequencer.sv delete mode 100644 tests/20sequences/80examples/01simple/src/test.sv delete mode 100644 tests/20sequences/80examples/01simple/test.pl create mode 100644 tests/20sequences/99Mantis_fixes/4488_forgot_wait_for_relevant/test.sv copy tests/{20sequences/10sequence_lib/01static => 25agent/01simple}/test.defines (100%) create mode 100644 tests/25agent/01simple/test.sv create mode 100644 tests/25agent/30record/post_test.pl copy tests/{20sequences/10sequence_lib/01static => 25agent/30record}/test.defines (100%) create mode 100644 tests/25agent/30record/test.sv create mode 100644 tests/25agent/30record/tr_db.au create mode 100644 tests/25agent/common/piped_driver.sv create mode 100644 tests/25agent/common/simple_agent.sv create mode 100644 tests/25agent/common/simple_driver.sv create mode 100644 tests/25agent/common/simple_item.sv create mode 100644 tests/25agent/common/simple_seq_lib.sv create mode 100644 tests/25agent/common/simple_sequencer.sv create mode 100644 tests/40phasing/10domains/06simple_unsync/test.sv create mode 100644 tests/40phasing/40jump/05early_terminate/test.sv create mode 100644 tests/40phasing/40jump/06back_jump_phase/.inter.vpd.uvm create mode 100644 tests/40phasing/40jump/06back_jump_phase/.restartSimSession.tcl.old create mode 100644 tests/40phasing/40jump/06back_jump_phase/DVEfiles/dve_gui.log.sml create mode 100644 tests/40phasing/40jump/06back_jump_phase/DVEfiles/session.tcl create mode 100644 tests/40phasing/40jump/06back_jump_phase/inter.vpd create mode 100644 tests/40phasing/40jump/06back_jump_phase/test.sv create mode 100644 tests/40phasing/90Mantis/4440jump_in_phase_ended/.inter.vpd.uvm create mode 100644 tests/40phasing/90Mantis/4440jump_in_phase_ended/.restartSimSession.tcl.old create mode 100644 tests/40phasing/90Mantis/4440jump_in_phase_ended/test.sv create mode 100644 tests/70regs/90Mantis/4253/test.sv create mode 100644 tests/70regs/90Mantis/4553/test.sv hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2013-10-15 16:49:05
|
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, mantis_4744 has been updated via 271e8f1d79b6c1de7ff0ab1a8c71c70b00313331 (commit) from 8e7d0d47f57f73250defef3737a5c6948df608a5 (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 271e8f1d79b6c1de7ff0ab1a8c71c70b00313331 Author: Justin Refice <jr...@nv...> Date: Tue Oct 15 09:47:33 2013 -0700 Moving the call chain around to properly encapsulate logic. Objects are kept in local references (is_open/close) until after flush. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_component.svh | 11 +- distrib/src/base/uvm_recorder.svh | 33 +++++-- distrib/src/base/uvm_tr_database.svh | 147 +++++++++++++--------------- distrib/src/base/uvm_tr_stream.svh | 40 +++++--- distrib/src/dap/uvm_set_before_get_dap.svh | 3 +- 5 files changed, 122 insertions(+), 112 deletions(-) hooks/post-receive -- uvm |