Re: BTF: Enhancement Request bit selects of elements in arrayed

From: Steve Meyer (sjmeyer@crl.com)
Date: Fri Aug 15 1997 - 10:03:11 PDT


What about monitoring of arrays, i.e must a change operator be placed
on every dimension:

 $monitor(memory[9][7]);

 is this monitoring only cell 9 bit 7, or the whole cell 9 since memory is
 a register, or the whole memory (maybe 16 million cells to monitor).

 same question for $monitor(memory[address][be*8+7:be*8]);

I hope the event control and montoring behavior will be exactly defined for
any change.
/Steve

<p>>
>
>
> What about variable bit selects within arrayed structures?
>
> for(i=0;i<31;i = i + 1)
> if (memory[address][i])
> begin
> end
>
>
>
> What about variable part selects within arrayed structures? This would
> be most helpful since there are normally situations were you would like
> to examine something based on a variable
>
> memory[address][be*8+7:be*8] = new_byte;
>
>
> Adam Krolnik
> Design Verification Engineer
> Cyrix, Corp.
> Richardson TX, 75085
>
>

<p>

-- 
Steve Meyer				Phone: (415) 296-7017
Pragmatic C Software Corp.		Fax:   (415) 296-0946
220 Montgomery St., Suite 925		email: sjmeyer@crl.com
San Francisco, CA 94104


This archive was generated by hypermail 2.1.4 : Mon Jul 08 2002 - 12:54:41 PDT and
sponsored by Boyd Technology, Inc.