[sv-bc] {Filename?} mantis 676, 678

From: Don Mills <mills_at_.....>
Date: Tue May 13 2008 - 11:25:16 PDT

Warning: This message has had one or more attachments removed (CCleaner.lnk). Please read the "eda.org-Attachment-Warning.txt" attachment(s) for more information.

Matt,

Per the mantis items 676 and 678, I want to make sure I understand the concepts of the proposal.  Does the following code capture the intent of the issues?


typedef logic [7:0] array_t [];

function automatic array_t fmem (input int first, last);
  array_t mem [first:last];
  return(mem);
endfunction


You name was listed as the initial author of these mantis items.  Is there someone else that I should be reviewing these items with?

thanks

dm
-- 
==========================================================
Don Mills
mills@lcdm-eng.com
www.lcdm-eng.com
==========================================================
Received on Tue May 13 11:27:00 2008

This archive was generated by hypermail 2.1.8 : Tue May 13 2008 - 11:27:42 PDT