Jump to content

swami060

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Bangalore

Recent Profile Visitors

591 profile views

swami060's Achievements

Member

Member (1/2)

0

Reputation

  1. The errors seem to be link-time errors. * The first thing I would check would be to see if SystemC.lib/path has been properly listed in the Project properties window of your example. * If that is fine, then the next item to check would be to see if the SystemC library that you are linking against is the same as the one used for building your example (x86 debug). * If that's also fine, check for the /MD /MDd /MT /MTd option match for your example and SystemC build options.
  2. You may try modeling a 'paged' memory, with allocate-on-write semantics.
×
×
  • Create New...