-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Stephan Gerth edited this page Jun 24, 2016
·
1 revision
- clone the repository https://github.com/OSCI-WG/uvm-systemc and cd into it
- call
config/bootstrap
to createconfigure
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