Jump to content

Search the Community

Showing results for tags 'sc_core'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Accellera Systems Initiative
    • Information
    • Announcements
    • In the News
  • SystemC
    • SystemC Language
    • SystemC AMS (Analog/Mixed-Signal)
    • SystemC TLM (Transaction-level Modeling)
    • SystemC Verification (UVM-SystemC, SCV, CRAVE, FC4SC)
    • SystemC CCI (Configuration, Control & Inspection)
    • SystemC Datatypes
  • UVM (Universal Verification Methodology)
    • UVM (IEEE 1800.2) - Methodology and BCL Forum
    • UVM SystemVerilog Discussions
    • UVM Simulator Specific Issues
    • UVM Commercial Announcements
    • UVM (Pre-IEEE) Methodology and BCL Forum
  • Portable Stimulus
    • Portable Stimulus Discussion
    • Portable Stimulus 2.0 Public Review Feedback
  • IP Security
    • SA-EDI Standard Discussion
    • IP Security Assurance Whitepaper Discussion
  • IP-XACT
    • IP-XACT Discussion
  • SystemRDL
    • SystemRDL Discussion
  • IEEE 1735/IP Encryption
    • IEEE 1735/IP Encryption Discussion
  • Commercial Announcements
    • Announcements

Categories

  • SystemC
  • UVM
  • UCIS
  • IEEE 1735/IP Encryption

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Biography


Location


Interests


Occupation


Company

Found 1 result

  1. Hi, I am new to systemC. I was trying to run this example code from this link but there is an error I cant resolve. Can you please help. This is the errors I get. first_counter_tb.cpp: In function ‘int sc_main(int, char**)’: first_counter_tb.cpp:17: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:32: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:34: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:40: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:42: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:48: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:50: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:56: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) first_counter_tb.cpp:58: error: no matching function for call to ‘sc_start(int)’ /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:106: note: candidates are: void sc_core::sc_start() /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:173: note: void sc_core::sc_start(const sc_core::sc_time&, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:109: note: void sc_core::sc_start(int, sc_core::sc_time_unit, sc_core::sc_starvation_policy) /usr/local/systemc-2.3.0/include/sysc/kernel/sc_simcontext.h:115: note: void sc_core::sc_start(double, sc_core::sc_time_unit, sc_core::sc_starvation_policy) I have ubuntu 10.10 system with SystemC 2.3.0 Thanks.
×
×
  • Create New...