02.08.2013 Views

System Generator for DSP リファレンス ガイド - Xilinx

System Generator for DSP リファレンス ガイド - Xilinx

System Generator for DSP リファレンス ガイド - Xilinx

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SharedMemory<br />

SharedMemory<br />

Public タイプ<br />

Public メソッド<br />

Static Public 属性<br />

Protected タイプ<br />

LockableSharedMemory および SharedMemoryProxy に継承されます。<br />

• enum creation_tag_dispatch { creation_tag }<br />

• enum owner_type { base, lockable, proxy }<br />

• SharedMemory (const std::string &name, int nwords, int word_size, creation_tag_dispatch)<br />

• SharedMemory (const std::string &name, unsigned start_address=0, int nwords=INHERIT,<br />

int word_size=INHERIT, double timeout_sec=NEVER)<br />

• virtual ~SharedMemory ()<br />

• std::string getName () const<br />

• unsigned getNWords () const<br />

• unsigned getWordSize () const<br />

• owner_type getOwnerType () const<br />

• virtual bool couldBlockOnReadOrWrite () const<br />

• virtual bool read (unsigned addr, StdLogicVector &value, double timeout_sec=NEVER) const<br />

• virtual bool write (unsigned addr, const StdLogicVector &value, double timeout_sec=NEVER)<br />

• virtual bool readArray (unsigned addr, unsigned nwords, StdLogicVectorVector &buffer, double<br />

timeout_sec=NEVER) const<br />

• virtual bool writeArray (unsigned addr, unsigned nwords, const StdLogicVectorVector &buffer,<br />

double timeout_sec=NEVER)<br />

• const int NEVER = -1<br />

Protected メソッド<br />

Protected 属性<br />

• const int INHERIT = -1<br />

• enum protected_constructor_tag_dispatch { protected_constructor_tag }<br />

• SharedMemory (const std::string &name, int nwords, int word_size, protected_constructor_tag_<br />

dispatch)<br />

• SharedMemory ()<br />

• SharedMemoryImpl * _impl<br />

<strong>System</strong> <strong>Generator</strong> <strong>for</strong> <strong>DSP</strong> <strong>リファレンス</strong> <strong>ガイド</strong> japan.xilinx.com 449<br />

リリース 9.2.00 2007 年 8 月<br />

R

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!