Hi All,

I am getting a syntax error for the bitset template while trying to build
gem5.
I have added following code in "src/mem/ruby/protocol/RubySlicc_Types.sm".
structure (FSGAEntry, external="yes") {
  bitset<2> getLastWriterID();
  void setLastWriterID(bitset<2>);
  bitset<4> getSharerIDs();
  void setSharerIDs(bitset<4>);
}
FSGAEntry is an external object to hold the metadata. How to import bitset
to fix the syntax issue.

Regards,
Vipin Patel
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to