[Uvm-git] [UVM:GIT Sourceforge] uvm branch, UVM_1_2, updated. UVM_1_1_d_RELEASE-234-g129c51e
Status: Alpha
Brought to you by:
ambarsarkar
From: Uwe S. <uw...@us...> - 2013-11-04 10:51: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, UVM_1_2 has been updated via 129c51ef4580fe40019cd4e3237cad72f291c328 (commit) via a4a302671a7cebf7a75614735179403566ad3ded (commit) via 063bdbf074bd1daad38ce9c8c72ceb58083280d2 (commit) via e7d165044aa7503b182197761567eabd1cfbb97a (commit) via 21fdb7b60d6b9ee3b8fca14833c836e2d9b7aa26 (commit) via 5d455600d1790a5e353d130ab8fdc38aaa8e64d6 (commit) via f3f88a29f9b9d75a45a5311b3849123cdc685b36 (commit) via 2a52b1e7dc4a7ce79ea4faa3a8d5a5fa84fc1c0a (commit) via a9c3e8b9a2f71ffaa190cc1c3394ba1fdc1cbb8b (commit) via 87cf8de1355581220aa4d068faa8047d5d8b4f92 (commit) via 3c2ed5066b4b029e1a509207c731e182e0dda7f8 (commit) from 0d0d363c7757048ca17bfe18933820c2893eaf56 (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 129c51ef4580fe40019cd4e3237cad72f291c328 Author: uwes <uw...@ca...> Date: Mon Nov 4 12:50:19 2013 +0200 fix for ius which can have 16/17 args commit a4a302671a7cebf7a75614735179403566ad3ded Author: uwes <uw...@ca...> Date: Mon Nov 4 12:42:21 2013 +0200 fix cc warnings commit 063bdbf074bd1daad38ce9c8c72ceb58083280d2 Author: uwes <uw...@ca...> Date: Mon Nov 4 12:40:12 2013 +0200 fixed cc warnings commit e7d165044aa7503b182197761567eabd1cfbb97a Merge: 21fdb7b f3f88a2 Author: uwes <uw...@ca...> Date: Mon Nov 4 12:30:56 2013 +0200 Merge remote-tracking branch 'sf/mantis_4621-fix' into UVM_1_2 commit 21fdb7b60d6b9ee3b8fca14833c836e2d9b7aa26 Merge: 0d0d363 5d45560 Author: uwes <uw...@ca...> Date: Mon Nov 4 12:30:54 2013 +0200 merged 4772 ----------------------------------------------------------------------- Summary of changes: distrib/release-notes.txt | 2 + distrib/src/base/uvm_misc.svh | 11 +- distrib/src/dpi/uvm_hdl_inca.c | 245 +++++++++++++++++++++++ distrib/src/dpi/{uvm_hdl.c => uvm_hdl_questa.c} | 0 distrib/src/dpi/{uvm_hdl.c => uvm_hdl_vcs.c} | 0 tests/03data/90Mantis/4621/test.sv | 12 +- tests/50cmdlineproc/05get_args/00basic/test.sv | 4 +- 7 files changed, 263 insertions(+), 11 deletions(-) create mode 100644 distrib/src/dpi/uvm_hdl_inca.c copy distrib/src/dpi/{uvm_hdl.c => uvm_hdl_questa.c} (100%) copy distrib/src/dpi/{uvm_hdl.c => uvm_hdl_vcs.c} (100%) hooks/post-receive -- uvm |