[Uvm-git] [UVM:GIT Sourceforge] uvm branch, Mantis_4442, updated. UVM_1_1_d_RELEASE-48-gdfa4075
Status: Alpha
Brought to you by:
ambarsarkar
From: Janick B. <ja...@us...> - 2013-07-16 20:09: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_4442 has been updated via dfa4075a53757905c597477b7a79aba87968f7d9 (commit) via 1e3cba9c7f53edf6a4abb000266eeec9d7297c30 (commit) from 5ff5cc01d1ab5c36b5e6640bc12d74513f17b05c (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 dfa4075a53757905c597477b7a79aba87968f7d9 Author: Janick Bergeron <ja...@sy...> Date: Tue Jul 16 13:08:12 2013 -0700 Simplied the use of the passthru sequence commit 1e3cba9c7f53edf6a4abb000266eeec9d7297c30 Author: Janick Bergeron <ja...@sy...> Date: Tue Jul 16 10:48:31 2013 -0700 Connect layering driver to lower sequencer instead of passthru sequence ----------------------------------------------------------------------- Summary of changes: .../examples/simple/layering/agents/layerA_drv.sv | 29 +++++++++++-------- .../examples/simple/layering/agents/layerB_drv.sv | 29 ++++++++++++------- .../simple/layering/agents/lower/lower_agt.sv | 4 +- .../simple/layering/agents/lower/lower_pkg.sv | 3 ++ .../simple/layering/agents/lower_passthru_seq.sv | 13 --------- distrib/examples/simple/layering/agents/tb_env.sv | 15 +++------- .../simple/layering/agents/upperA/upperA_agt.sv | 4 +- .../simple/layering/agents/upperA/upperA_pkg.sv | 3 ++ .../simple/layering/agents/upperB/upperB_agt.sv | 4 +- .../simple/layering/agents/upperB/upperB_pkg.sv | 3 ++ .../simple/layering/sequencers/layerA_seq.sv | 5 +-- .../simple/layering/sequencers/layerB_seq.sv | 5 +-- 12 files changed, 58 insertions(+), 59 deletions(-) hooks/post-receive -- uvm |