Skip to content
Stephan Gerth edited this page Jun 24, 2016 · 1 revision

Welcome to the UVM-SystemC wiki!

Basic steps to get UVM-SystemC running from GitHub

  • clone the repository https://github.com/OSCI-WG/uvm-systemc and cd into it
  • call config/bootstrap to create configure and friends
  • create a directory for temporary objects (for this guide we will call it 'objects')
  • change into that directory and call <path_to_uvm_systemc>/configure (--help will provide an overview of useful options such as where your SystemC installation is located)
  • run make && make install
  • optionally run make check
Clone this wiki locally