uvm-git Mailing List for UVM (Page 4)
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: Uwe S. <uw...@us...> - 2014-04-11 12:15:42
|
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_RELEASE_RC6_WITHHTMLDOC has been created at e6980100360f30389bc30803101d01ef97e8bf98 (commit) - Log ----------------------------------------------------------------- commit e6980100360f30389bc30803101d01ef97e8bf98 Author: uwes <uw...@ca...> Date: Fri Apr 11 15:15:19 2014 +0300 commited docs for UVM_1_2_RELEASE BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-11 12:06:49
|
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 6435341da34718bacd6e15c3977b7bef72711df6 (commit) via b3855e9aff9a40390e0354adb2adc6f5e066de46 (commit) via 30cf493c4c5d7e032fa3db12a39916f7f2ad4901 (commit) via b0258660541d46b5ba75e39c18fafd59d0d870a6 (commit) via cd37b1abd7676a1e841def7c3923641dc2206b26 (commit) via 786bb1fd76deaf051ba424651b31a07342469091 (commit) via d59b2b6315fdf15e87c831b4e2a03d7bc8913809 (commit) from 4bc17dd564281ac6af9cf2d81775c1c060f248fb (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 6435341da34718bacd6e15c3977b7bef72711df6 Merge: 4bc17dd b3855e9 Author: uwes <uw...@ca...> Date: Fri Apr 11 11:02:11 2014 +0300 record merge for mantis4885 commit b3855e9aff9a40390e0354adb2adc6f5e066de46 Author: uwes <uw...@ca...> Date: Mon Mar 31 21:13:19 2014 +0300 Revert "fix perf issue when lots of threads are present" This reverts commit d59b2b6315fdf15e87c831b4e2a03d7bc8913809. commit 30cf493c4c5d7e032fa3db12a39916f7f2ad4901 Author: uwes <uw...@ca...> Date: Thu Mar 27 11:13:26 2014 +0200 updates per discussion commit b0258660541d46b5ba75e39c18fafd59d0d870a6 Author: uwes <uw...@ca...> Date: Tue Mar 25 16:04:48 2014 +0200 fixed massive perf issue with UVM_NO_DEPRECATED+empty-object-name (at least in uvm_reg) due to potential loop bound underflow/wrapwround commit cd37b1abd7676a1e841def7c3923641dc2206b26 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:45:58 2014 +0200 added test for mantis4871 commit 786bb1fd76deaf051ba424651b31a07342469091 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:42:45 2014 +0200 fix mantis4885 and rewrite few functions for clarity (and issues) commit d59b2b6315fdf15e87c831b4e2a03d7bc8913809 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:25:03 2014 +0200 fix perf issue when lots of threads are present ----------------------------------------------------------------------- Summary of changes: distrib/src/seq/uvm_sequencer_base.svh | 113 +++++++++++++------------ tests/99final/01separate_compile/Makefile.ius | 2 +- 2 files changed, 61 insertions(+), 54 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-09 12:53: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, UVM_1_2 has been updated via 4bc17dd564281ac6af9cf2d81775c1c060f248fb (commit) from ddd395f6afbf04091d51a5a01cf1681563cab9e0 (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 4bc17dd564281ac6af9cf2d81775c1c060f248fb Author: uwes <uw...@ca...> Date: Wed Apr 9 15:52:43 2014 +0300 brought tests/70regs/90*/partial_ro back into regression ----------------------------------------------------------------------- Summary of changes: .../99partial_ro}/ius.comp.args | 0 .../{partial_ro => 99partial_ro}/test.defines | 0 .../90Mantis/{partial_ro => 99partial_ro}/test.sv | 2 +- 3 files changed, 1 insertions(+), 1 deletions(-) copy tests/70regs/{02regs/20compare_mismatch => 90Mantis/99partial_ro}/ius.comp.args (100%) rename tests/70regs/90Mantis/{partial_ro => 99partial_ro}/test.defines (100%) rename tests/70regs/90Mantis/{partial_ro => 99partial_ro}/test.sv (100%) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-09 12:35:13
|
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 ddd395f6afbf04091d51a5a01cf1681563cab9e0 (commit) via 4019b4cbcf14d0d69c5673485533707d29040e14 (commit) from ba684f2c879045f95c18b906d8f552155b1a4256 (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 ddd395f6afbf04091d51a5a01cf1681563cab9e0 Author: uwes <uw...@ca...> Date: Wed Apr 9 15:34:40 2014 +0300 fix vendor specifc svGetScopeFromName handling commit 4019b4cbcf14d0d69c5673485533707d29040e14 Author: uwes <uw...@ca...> Date: Wed Apr 9 15:32:18 2014 +0300 updated pass fail logic ----------------------------------------------------------------------- Summary of changes: admin/bin/run_tests | 31 +++++------ distrib/src/dpi/uvm_common.c | 12 +++- .../99Mantis_fixes/3598_do_seq_kind/test.sv | 58 ++++++++++---------- tools/ius/run_test.pl | 8 ++- 4 files changed, 59 insertions(+), 50 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:48: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, UVM_1_2 has been updated via ba684f2c879045f95c18b906d8f552155b1a4256 (commit) from cf6ba285648ae0be9c4bf6edd554edfb47cde3e9 (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 ba684f2c879045f95c18b906d8f552155b1a4256 Author: uwes <uw...@ca...> Date: Fri Apr 4 03:48:15 2014 +0300 updated tarBall gen script ----------------------------------------------------------------------- Summary of changes: admin/bin/tarBallGen.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:45:20
|
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_RELEASE_RC5_WITHHTMLDOC has been created at 138b46b7360c6fc32aee2d6348c2a5ad9c5e07d8 (commit) - Log ----------------------------------------------------------------- commit 138b46b7360c6fc32aee2d6348c2a5ad9c5e07d8 Author: uwes <uw...@ca...> Date: Fri Apr 4 03:45:01 2014 +0300 commited docs for UVM_1_2_RELEASE BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:45:10
|
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_RELEASE_RC5_WITHHTMLDOC has been deleted was 281b090996119d286a3c3c52d52d4df27d253a64 ----------------------------------------------------------------------- BRANCH WAS DELETED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:40: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, UVM_1_2 has been updated via cf6ba285648ae0be9c4bf6edd554edfb47cde3e9 (commit) from 3e66fc98adbe287e00710dec6fb0bca94854a8cb (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 cf6ba285648ae0be9c4bf6edd554edfb47cde3e9 Author: uwes <uw...@ca...> Date: Fri Apr 4 03:40:36 2014 +0300 updated tarBall gen script ----------------------------------------------------------------------- Summary of changes: admin/bin/tarBallGen.pl | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:39:51
|
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_RELEASE_RC5_WITHHTMLDOC has been created at 281b090996119d286a3c3c52d52d4df27d253a64 (commit) - Log ----------------------------------------------------------------- commit 281b090996119d286a3c3c52d52d4df27d253a64 Author: uwes <uw...@ca...> Date: Fri Apr 4 03:39:33 2014 +0300 commited docs for UVM_1_2_RELEASE BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-04 00:39:41
|
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_RELEASE_RC5_WITHHTMLDOC has been deleted was 428b22e8295a070087d6a46a75a3fd02a3b3bd7e ----------------------------------------------------------------------- BRANCH WAS DELETED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-03 23:40:11
|
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_RELEASE_RC5_WITHHTMLDOC has been created at 428b22e8295a070087d6a46a75a3fd02a3b3bd7e (commit) - Log ----------------------------------------------------------------- commit 428b22e8295a070087d6a46a75a3fd02a3b3bd7e Author: uwes <uw...@ca...> Date: Fri Apr 4 02:39:51 2014 +0300 commited docs for UVM_1_2_RELEASE BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-04-03 23:34:17
|
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 3e66fc98adbe287e00710dec6fb0bca94854a8cb (commit) via 9635d9ced194a9859ee931f09cb2d2aad9846c13 (commit) via 0f61d2d08f50bc50498ce924fad0bf8818e86ec2 (commit) via 3f64b106d1f9df54afb71df1feb469131de5dccc (commit) via e5148792e1d58b6358e767e7985f486d4695f0a8 (commit) via 157ba4c2576edd14b688b89317b9329c31714fe6 (commit) via 675f2b141fdb0f2d1f0e5492196aa11a52c32379 (commit) via c60eec0c533f57fb205d2a061ea6d6f655458bf4 (commit) via 91538a4c576654edc01b9744e050d1f6cecb51de (commit) via e8b78fcde9614d58ff3c98ba5b20b6e8e5b208da (commit) from 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 (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 3e66fc98adbe287e00710dec6fb0bca94854a8cb Author: uwes <uw...@ca...> Date: Thu Apr 3 01:13:41 2014 +0300 upgrades per viptsc review commit 9635d9ced194a9859ee931f09cb2d2aad9846c13 Author: uwes <uw...@ca...> Date: Tue Mar 25 16:04:48 2014 +0200 fixed mantis4893 commit 0f61d2d08f50bc50498ce924fad0bf8818e86ec2 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:45:58 2014 +0200 added test for mantis4871 commit 3f64b106d1f9df54afb71df1feb469131de5dccc Merge: 5d48b2b e514879 Author: uwes <uw...@ca...> Date: Thu Apr 3 00:05:09 2014 +0300 Merge commit 'e5148792e1d58b6358e767e7985f486d4695f0a8' into UVM_1_2 commit e5148792e1d58b6358e767e7985f486d4695f0a8 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:21:35 2014 +0200 fix mantis 4871 commit 157ba4c2576edd14b688b89317b9329c31714fe6 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:20:01 2014 +0200 fix mantis4681 commit 675f2b141fdb0f2d1f0e5492196aa11a52c32379 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:19:35 2014 +0200 fix mantis4884 commit c60eec0c533f57fb205d2a061ea6d6f655458bf4 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:19:07 2014 +0200 fix mantis4882 commit 91538a4c576654edc01b9744e050d1f6cecb51de Author: uwes <uw...@ca...> Date: Tue Mar 25 14:17:41 2014 +0200 updated copyright to 2014 commit e8b78fcde9614d58ff3c98ba5b20b6e8e5b208da Author: uwes <uw...@ca...> Date: Tue Mar 25 14:16:35 2014 +0200 fix assumption that tests are side by side with distrib ----------------------------------------------------------------------- Summary of changes: distrib/NOTICE.txt | 4 +- distrib/src/base/uvm_component.svh | 127 +++++++++++++------- distrib/src/base/uvm_misc.svh | 2 +- distrib/src/base/uvm_phase.svh | 2 +- distrib/src/base/uvm_resource.svh | 7 +- distrib/src/base/uvm_root.svh | 10 ++ distrib/src/base/uvm_spell_chkr.svh | 4 +- distrib/src/reg/uvm_reg_map.svh | 7 +- tests/50cmdlineproc/99mantis/4871/test.plusargs | 11 ++ .../15spc_id_all_sev => 99mantis/4871}/test.sv | 20 ++-- tests/70regs/30bkdr/01hdl-vhdl/test.pl | 2 +- tests/70regs/30bkdr/02vhdl/test.pl | 2 +- 12 files changed, 132 insertions(+), 66 deletions(-) create mode 100644 tests/50cmdlineproc/99mantis/4871/test.plusargs copy tests/50cmdlineproc/{40uvm_set_action/15spc_id_all_sev => 99mantis/4871}/test.sv (79%) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-31 19:04: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, UVM_1_2_FIXES_CDNS4 has been updated via b3855e9aff9a40390e0354adb2adc6f5e066de46 (commit) via 30cf493c4c5d7e032fa3db12a39916f7f2ad4901 (commit) from b0258660541d46b5ba75e39c18fafd59d0d870a6 (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 b3855e9aff9a40390e0354adb2adc6f5e066de46 Author: uwes <uw...@ca...> Date: Mon Mar 31 21:13:19 2014 +0300 Revert "fix perf issue when lots of threads are present" This reverts commit d59b2b6315fdf15e87c831b4e2a03d7bc8913809. commit 30cf493c4c5d7e032fa3db12a39916f7f2ad4901 Author: uwes <uw...@ca...> Date: Thu Mar 27 11:13:26 2014 +0200 updates per discussion ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_resource.svh | 7 +++-- distrib/src/base/uvm_spell_chkr.svh | 4 ++- distrib/src/reg/uvm_reg_map.svh | 2 +- distrib/src/seq/uvm_sequencer_base.svh | 46 ++++++++++++++++++++++--------- 4 files changed, 40 insertions(+), 19 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-25 14:09: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, UVM_1_2_FIXES_CDNS4 has been updated via b0258660541d46b5ba75e39c18fafd59d0d870a6 (commit) from cd37b1abd7676a1e841def7c3923641dc2206b26 (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 b0258660541d46b5ba75e39c18fafd59d0d870a6 Author: uwes <uw...@ca...> Date: Tue Mar 25 16:04:48 2014 +0200 fixed massive perf issue with UVM_NO_DEPRECATED+empty-object-name (at least in uvm_reg) due to potential loop bound underflow/wrapwround ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_misc.svh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-25 12:49:29
|
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_FIXES_CDNS3 has been deleted was fbcae346fa26949b44fec1c185834defb3f5d08c ----------------------------------------------------------------------- BRANCH WAS DELETED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-25 12:48:41
|
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_FIXES_CDNS4 has been created at cd37b1abd7676a1e841def7c3923641dc2206b26 (commit) - Log ----------------------------------------------------------------- commit cd37b1abd7676a1e841def7c3923641dc2206b26 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:45:58 2014 +0200 added test for mantis4871 commit 786bb1fd76deaf051ba424651b31a07342469091 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:42:45 2014 +0200 fix mantis4885 and rewrite few functions for clarity (and issues) commit d59b2b6315fdf15e87c831b4e2a03d7bc8913809 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:25:03 2014 +0200 fix perf issue when lots of threads are present commit e5148792e1d58b6358e767e7985f486d4695f0a8 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:21:35 2014 +0200 fix mantis 4871 commit 157ba4c2576edd14b688b89317b9329c31714fe6 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:20:01 2014 +0200 fix mantis4681 commit 675f2b141fdb0f2d1f0e5492196aa11a52c32379 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:19:35 2014 +0200 fix mantis4884 commit c60eec0c533f57fb205d2a061ea6d6f655458bf4 Author: uwes <uw...@ca...> Date: Tue Mar 25 14:19:07 2014 +0200 fix mantis4882 commit 91538a4c576654edc01b9744e050d1f6cecb51de Author: uwes <uw...@ca...> Date: Tue Mar 25 14:17:41 2014 +0200 updated copyright to 2014 commit e8b78fcde9614d58ff3c98ba5b20b6e8e5b208da Author: uwes <uw...@ca...> Date: Tue Mar 25 14:16:35 2014 +0200 fix assumption that tests are side by side with distrib BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-21 14:20:51
|
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_FIXES_CDNS3 has been updated via fbcae346fa26949b44fec1c185834defb3f5d08c (commit) via 6d350a0ced60a4e9e6357d2de848e22b98d35824 (commit) via 82a0cb152630c6245f71cec823ae0dd762ee1fa4 (commit) via 0a8c819acef4c62c40f9b6a4258d321c27d43fbe (commit) from 7c8b92188ffa54d468ac094054616f647ad144a6 (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 fbcae346fa26949b44fec1c185834defb3f5d08c Author: uwes <uw...@ca...> Date: Fri Mar 21 16:19:38 2014 +0200 fixes 4861 commit 6d350a0ced60a4e9e6357d2de848e22b98d35824 Merge: 7c8b921 82a0cb1 Author: uwes <uw...@ca...> Date: Fri Mar 21 12:38:48 2014 +0200 Merge branch 'mantis_4871' into UVM_1_2_FIXES_CDNS3 ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_component.svh | 127 +++++++++++++------- distrib/src/base/uvm_root.svh | 10 ++ distrib/src/reg/uvm_reg_map.svh | 7 +- tests/50cmdlineproc/99mantis/4871/test.plusargs | 11 ++ .../15spc_id_all_sev => 99mantis/4871}/test.sv | 20 ++-- 5 files changed, 119 insertions(+), 56 deletions(-) create mode 100644 tests/50cmdlineproc/99mantis/4871/test.plusargs copy tests/50cmdlineproc/{40uvm_set_action/15spc_id_all_sev => 99mantis/4871}/test.sv (79%) hooks/post-receive -- uvm |
From: Uwe S. <uw...@us...> - 2014-03-19 10:44:52
|
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_FIXES_CDNS3 has been created at 7c8b92188ffa54d468ac094054616f647ad144a6 (commit) - Log ----------------------------------------------------------------- commit 7c8b92188ffa54d468ac094054616f647ad144a6 Author: uwes <uw...@ca...> Date: Mon Mar 10 12:49:12 2014 +0200 added re-arbitration in case an unlock has been performed BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-03-14 14:35: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, UVM_1_2_NV_FIXES has been updated via 008dbaf68433738930deb94f6962ba3fa76f4712 (commit) from 2e766f221b085deb41d1dd04c5e26a80638d4f25 (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 008dbaf68433738930deb94f6962ba3fa76f4712 Author: Justin Refice <jr...@nv...> Date: Fri Mar 14 07:33:27 2014 -0700 Cleaned up "main" stream code in uvm_component, re-golded test. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_component.svh | 34 ++++++++++++---------------------- tests/25agent/30record/tr_db.log.au | 6 +++--- 2 files changed, 15 insertions(+), 25 deletions(-) hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-03-13 21:07: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, UVM_1_2_NV_FIXES has been updated via 2e766f221b085deb41d1dd04c5e26a80638d4f25 (commit) from 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 (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 2e766f221b085deb41d1dd04c5e26a80638d4f25 Author: Justin Refice <jr...@nv...> Date: Thu Mar 13 14:05:48 2014 -0700 Removing the vestigal "uvm_tr_stream::m_get_handle" and the creation of the unused "Transactions" stream inside of uvm_sequence_base::start(). Re-golded t/25/30 for the lack of the "Transactions" stream ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_tr_stream.svh | 10 ---------- distrib/src/seq/uvm_sequence_base.svh | 3 --- tests/25agent/30record/tr_db.log.au | 2 -- 3 files changed, 0 insertions(+), 15 deletions(-) hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-03-12 18:47: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, UVM_1_2 has been updated via 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 (commit) via 977f25ff81ef1884962db42f469b52fd2cfc93c0 (commit) from 8aade0e2a2ae55d56e3fb8b94568539041b27c92 (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 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 Author: Justin Refice <jr...@nv...> Date: Wed Mar 12 11:03:41 2014 -0700 Corrections to report message documentation and change to the NaturalDocs module responsible for determining width of API definitions. commit 977f25ff81ef1884962db42f469b52fd2cfc93c0 Author: Justin Refice <jr...@nv...> Date: Wed Feb 26 08:47:07 2014 -0800 Fixes for: 1) Copyright in ND 2) Filename in title for algrorithmic comparator, uvm_misc and reg defines 3) UVM 1.1 reference in TLM2 4) TLM2 Menu Ordering 5) Bad hyperlinks 6) command line variables listed instead of enumerated 7) various typos in the docs ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_cmdline_processor.svh | 4 ++- distrib/src/base/uvm_common_phases.svh | 2 +- distrib/src/base/uvm_component.svh | 8 ++-- distrib/src/base/uvm_event.svh | 6 ++-- distrib/src/base/uvm_event_callback.svh | 6 ++-- distrib/src/base/uvm_factory.svh | 4 +- distrib/src/base/uvm_misc.svh | 3 +- distrib/src/base/uvm_object.svh | 5 +-- distrib/src/base/uvm_object_globals.svh | 2 +- distrib/src/base/uvm_pool.svh | 4 +- distrib/src/base/uvm_port_base.svh | 6 ++-- distrib/src/base/uvm_printer.svh | 8 ++-- distrib/src/base/uvm_recorder.svh | 8 ++-- distrib/src/base/uvm_report_message.svh | 38 ++++++++++---------- distrib/src/base/uvm_resource.svh | 10 +++--- distrib/src/base/uvm_resource_db.svh | 8 ++-- distrib/src/base/uvm_tr_database.svh | 2 +- distrib/src/base/uvm_tr_stream.svh | 4 +- distrib/src/base/uvm_transaction.svh | 12 +++--- distrib/src/comps/uvm_algorithmic_comparator.svh | 2 +- distrib/src/dap/uvm_simple_lock_dap.svh | 2 +- distrib/src/macros/uvm_message_defines.svh | 6 ++-- distrib/src/macros/uvm_object_defines.svh | 4 +-- distrib/src/macros/uvm_reg_defines.svh | 2 +- distrib/src/macros/uvm_sequence_defines.svh | 4 +- distrib/src/reg/uvm_reg.svh | 2 +- distrib/src/reg/uvm_reg_block.svh | 2 +- distrib/src/reg/uvm_reg_fifo.svh | 8 ++-- distrib/src/reg/uvm_reg_map.svh | 2 +- distrib/src/reg/uvm_reg_sequence.svh | 4 +- distrib/src/seq/uvm_sequence.svh | 4 +- distrib/src/seq/uvm_sequence_library.svh | 4 +- distrib/src/seq/uvm_sequencer_base.svh | 2 +- distrib/src/tlm1/uvm_sqr_ifs.svh | 4 +- distrib/src/tlm1/uvm_tlm_fifo_base.svh | 2 +- distrib/src/tlm1/uvm_tlm_fifos.svh | 8 ++-- distrib/src/tlm2/uvm_tlm2_ifs.svh | 10 +----- .../Modules/NaturalDocs/Builder/HTMLBase.pm | 6 ++- uvm_ref/factory.txt | 2 +- uvm_ref/nd/Proj/UVM_Menu.txt | 6 ++-- uvm_ref/synchro.txt | 2 +- uvm_ref/tlm1.txt | 4 +- uvm_ref/tlm2.txt | 2 +- 43 files changed, 114 insertions(+), 120 deletions(-) hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-03-12 18: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, UVM_1_2_NV_FIXES has been updated via 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 (commit) from 977f25ff81ef1884962db42f469b52fd2cfc93c0 (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 5d48b2b87fc6b665c45cfdb9685a2f30e1295922 Author: Justin Refice <jr...@nv...> Date: Wed Mar 12 11:03:41 2014 -0700 Corrections to report message documentation and change to the NaturalDocs module responsible for determining width of API definitions. ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_report_message.svh | 34 ++++++++++---------- .../Modules/NaturalDocs/Builder/HTMLBase.pm | 6 ++- 2 files changed, 21 insertions(+), 19 deletions(-) hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-02-26 16:49:10
|
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_NV_FIXES has been updated via 977f25ff81ef1884962db42f469b52fd2cfc93c0 (commit) via 8aade0e2a2ae55d56e3fb8b94568539041b27c92 (commit) via f11f75d8a95f2e00cfc3bd1768f576f043a80beb (commit) via cc7d5bbc29a26ddc179b1bd74a1679828544f577 (commit) via 2b2d7a7b46ab62bf3c5536ec9e8790703df8b27e (commit) via 5aeeda0267993ae0416160a1e98cc2fca05c9571 (commit) via 7ce9992c63f3adaee0db75a2e04e3596e1a2ddab (commit) via b3251330cf95277bb6f4605eb215503ae87a1be0 (commit) via ae8478c3b333ddfe7cae26265802340c87738c77 (commit) via d1ba88afcf58c49fda2bcf65f7bf8bd60f840e60 (commit) via cdffe43ec5b8d9dd52b089a006183ac504be6e7d (commit) via f430ad090356a9cf68039ed96631b5aa45c791d1 (commit) via bcc79609ed5a5ae6c7a3a9b0b9b11beb5d76431b (commit) from ef514a9594376c38af841749a3a2aa30ba999e40 (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 977f25ff81ef1884962db42f469b52fd2cfc93c0 Author: Justin Refice <jr...@nv...> Date: Wed Feb 26 08:47:07 2014 -0800 Fixes for: 1) Copyright in ND 2) Filename in title for algrorithmic comparator, uvm_misc and reg defines 3) UVM 1.1 reference in TLM2 4) TLM2 Menu Ordering 5) Bad hyperlinks 6) command line variables listed instead of enumerated 7) various typos in the docs ----------------------------------------------------------------------- Summary of changes: .../integrated/ubus/examples/ubus_tb_top.sv | 2 +- .../simple/basic_examples/event_pool/test.sv | 2 +- distrib/examples/simple/basic_examples/pkg/test.sv | 2 +- distrib/examples/simple/factory/test.sv | 2 +- .../simple/registers/integration/common/test.sv | 2 +- .../simple/registers/models/aliasing/tb_run.sv | 2 +- .../simple/registers/models/coverage/tb_run.sv | 2 +- .../simple/registers/models/fifo_reg/tb_run.sv | 2 +- .../registers/models/not_yet_implemented/tb_run.sv | 2 +- .../registers/models/reg_without_field/tb_run.sv | 2 +- .../registers/models/ro_wo_same_addr/tb_run.sv | 2 +- .../simple/registers/models/shared_reg/blk_run.sv | 2 +- .../simple/registers/models/user-defined/tb_run.sv | 2 +- distrib/src/base/uvm_cmdline_processor.svh | 4 +- distrib/src/base/uvm_common_phases.svh | 2 +- distrib/src/base/uvm_component.svh | 15 +- distrib/src/base/uvm_config_db.svh | 15 +- distrib/src/base/uvm_coreservice.svh | 89 +- distrib/src/base/uvm_event.svh | 21 +- distrib/src/base/uvm_event_callback.svh | 6 +- distrib/src/base/uvm_factory.svh | 4 +- distrib/src/base/uvm_globals.svh | 4 +- distrib/src/base/uvm_misc.svh | 16 +- distrib/src/base/uvm_object.svh | 5 +- distrib/src/base/uvm_object_globals.svh | 2 +- distrib/src/base/uvm_phase.svh | 2 +- distrib/src/base/uvm_pool.svh | 4 +- distrib/src/base/uvm_port_base.svh | 6 +- distrib/src/base/uvm_printer.svh | 8 +- distrib/src/base/uvm_recorder.svh | 9 +- distrib/src/base/uvm_report_catcher.svh | 4 +- distrib/src/base/uvm_report_message.svh | 6 +- distrib/src/base/uvm_report_server.svh | 2 +- distrib/src/base/uvm_resource.svh | 10 +- distrib/src/base/uvm_resource_db.svh | 8 +- distrib/src/base/uvm_root.svh | 2 +- distrib/src/base/uvm_tr_database.svh | 2 +- distrib/src/base/uvm_tr_stream.svh | 5 +- distrib/src/base/uvm_transaction.svh | 14 +- distrib/src/base/uvm_version.svh | 4 +- distrib/src/comps/uvm_algorithmic_comparator.svh | 2 +- distrib/src/dap/uvm_simple_lock_dap.svh | 2 +- distrib/src/macros/uvm_message_defines.svh | 14 +- distrib/src/macros/uvm_object_defines.svh | 18 +- distrib/src/macros/uvm_reg_defines.svh | 2 +- distrib/src/macros/uvm_sequence_defines.svh | 4 +- distrib/src/reg/uvm_reg.svh | 2 +- distrib/src/reg/uvm_reg_block.svh | 2 +- distrib/src/reg/uvm_reg_fifo.svh | 8 +- distrib/src/reg/uvm_reg_map.svh | 2 +- distrib/src/reg/uvm_reg_sequence.svh | 4 +- distrib/src/seq/uvm_sequence.svh | 4 +- distrib/src/seq/uvm_sequence_base.svh | 6 +- distrib/src/seq/uvm_sequence_library.svh | 4 +- distrib/src/seq/uvm_sequencer.svh | 86 ++- distrib/src/seq/uvm_sequencer_base.svh | 8 +- distrib/src/tlm1/uvm_sqr_ifs.svh | 6 +- distrib/src/tlm1/uvm_tlm_fifo_base.svh | 2 +- distrib/src/tlm1/uvm_tlm_fifos.svh | 8 +- distrib/src/tlm2/uvm_tlm2_ifs.svh | 10 +- tests/01report/02server/01set_get/test.sv | 29 +- tests/25agent/30record/test.sv | 8 +- tests/25agent/30record/tr_db.log.au | 24 +- uvm_ref/factory.txt | 2 +- uvm_ref/nd/Proj/UVM_Menu.txt | 13 +- uvm_ref/nd/gen_nd | 2 - uvm_ref/relnotes.txt | 965 ++++++++++++++++++++ uvm_ref/relnotes/Mantis_3770.txt | 205 ----- uvm_ref/synchro.txt | 2 +- uvm_ref/tlm1.txt | 4 +- uvm_ref/tlm2.txt | 2 +- 71 files changed, 1291 insertions(+), 454 deletions(-) create mode 100644 uvm_ref/relnotes.txt delete mode 100644 uvm_ref/relnotes/Mantis_3770.txt hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-02-21 19:17: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, UVM_1_2_RELEASE_RC4_WITHHTMLDOC has been created at 463231b5ff4f931f1c9a0d770adb1b921b278a67 (commit) - Log ----------------------------------------------------------------- commit 463231b5ff4f931f1c9a0d770adb1b921b278a67 Author: Justin Refice <jr...@nv...> Date: Fri Feb 21 11:17:06 2014 -0800 commited docs for UVM_1_2_RELEASE BRANCH WAS CREATED ----------------------------------------------------------------------- hooks/post-receive -- uvm |
From: Justin R. <ec...@us...> - 2014-02-21 19:12:41
|
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 8aade0e2a2ae55d56e3fb8b94568539041b27c92 (commit) via f11f75d8a95f2e00cfc3bd1768f576f043a80beb (commit) via 5aeeda0267993ae0416160a1e98cc2fca05c9571 (commit) via 7ce9992c63f3adaee0db75a2e04e3596e1a2ddab (commit) via b3251330cf95277bb6f4605eb215503ae87a1be0 (commit) from cc7d5bbc29a26ddc179b1bd74a1679828544f577 (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 8aade0e2a2ae55d56e3fb8b94568539041b27c92 Author: Justin Refice <jr...@nv...> Date: Fri Feb 21 07:42:32 2014 -0800 Various typos/fixes in nd documentation Added relnotes.txt (NaturalDocs version of release notes, single file, not included in the PDF of the reference manual) Removed Mantis_3770.txt (All of this informationis now in the relnotes.txt file) commit f11f75d8a95f2e00cfc3bd1768f576f043a80beb Merge: 5aeeda0 cc7d5bb Author: Justin Refice <jr...@nv...> Date: Thu Feb 20 19:37:06 2014 -0800 Merge branch 'UVM_1_2' of ssh://git.code.sf.net/p/uvm/code into UVM_1_2 commit 5aeeda0267993ae0416160a1e98cc2fca05c9571 Merge: 7ce9992 ef514a9 Author: Justin Refice <jr...@nv...> Date: Wed Feb 19 13:44:38 2014 -0800 Merge branch 'UVM_1_2_NV_FIXES' into UVM_1_2 commit 7ce9992c63f3adaee0db75a2e04e3596e1a2ddab Merge: b325133 ae8478c Author: Justin Refice <jr...@nv...> Date: Wed Feb 19 13:44:10 2014 -0800 Merge remote-tracking branch 'origin/UVM_1_2_CSCO_FIXES' into UVM_1_2 commit b3251330cf95277bb6f4605eb215503ae87a1be0 Merge: 7687283 cdffe43 Author: Justin Refice <jr...@nv...> Date: Wed Feb 19 13:35:51 2014 -0800 Merge remote-tracking branch 'origin/UVM_1_2_MENTOR2' into UVM_1_2 ----------------------------------------------------------------------- Summary of changes: distrib/src/base/uvm_config_db.svh | 15 +- distrib/src/base/uvm_event.svh | 15 +- distrib/src/base/uvm_globals.svh | 4 +- distrib/src/base/uvm_misc.svh | 1 + distrib/src/base/uvm_version.svh | 4 +- distrib/src/macros/uvm_object_defines.svh | 12 +- distrib/src/seq/uvm_sequencer.svh | 86 ++- distrib/src/seq/uvm_sequencer_base.svh | 4 +- distrib/src/tlm1/uvm_sqr_ifs.svh | 2 +- uvm_ref/nd/Proj/UVM_Menu.txt | 7 +- uvm_ref/nd/gen_nd | 2 - uvm_ref/relnotes.txt | 965 +++++++++++++++++++++++++++++ uvm_ref/relnotes/Mantis_3770.txt | 205 ------ 13 files changed, 1067 insertions(+), 255 deletions(-) create mode 100644 uvm_ref/relnotes.txt delete mode 100644 uvm_ref/relnotes/Mantis_3770.txt hooks/post-receive -- uvm |