How do I run Super-FinSim and SystemC from OSCI together?
Notes: i) Currently only the OSCI version 2.0.1 is supported. ii) The SystemC library is used in object format unmodified from the OSCI distribution ( OSCI Distribution ). The use of the SystemC object code is governed by the (Open Source License Agreement v2.1). You must read it before using SystemC in conjuncture with Super FinSim. The corresponding .h files are distributed along with the Super FinSim distribution and are marked with the original trademarks. Fintronic USA does not provide any warranty regarding the SystemC simulator from OSCI. Using Super-FinSim and SystemC together: i) Use the (* foreign = SystemC *) attribute in the body of the empty Verilog module specification corresponding to each SystemC module used within the Verilog description. Use the exact same characters, since capitalization matters. Use an interface declarations in SystemC for each Verilog module instantiated within a SystemC module, as in demo/demo_systemc/example2.cpp in the Super FinSim distribution.