Subject: Re: [sv-bc] 18.5.1-2, modports -- proposal
From: Brad Pierce (Brad.Pierce@synopsys.com)
Date: Wed Feb 26 2003 - 14:15:15 PST
Francoise,
I agree with each of your points and so would like to add
the following to my initial proposal:
-----------------------------------------
In the example of 18.5.1, REPLACE --
memMod mem(sb_intf.slave); // only has access to the slaveRead task
cpuMod cpu(sb_intf.master); // only has access to the masterRead task
WITH --
memMod mem(sb_intf);
cpuMod cpu(sb_intf);
---In the example of 18.5.2, REPLACE --
memMod mem(sb_intf.slave); // only has access to the slaveRead task cpuMod cpu(sb_intf.master); // only has access to the masterRead task
WITH --
memMod mem(sb_intf.slave); // only has access to the slave tasks cpuMod cpu(sb_intf.master); // only has access to the master tasks
-----------------------------------------
This archive was generated by hypermail 2b28 : Wed Feb 26 2003 - 14:16:07 PST