* Merged stimulus generation procedures to one single procedure * Integrated OSVVM into testbench * Generated OSVVM Project Script File * Various Bug Fixes to compile testbench
14 lines
332 B
INI
14 lines
332 B
INI
# Compile OSVVM Library
|
|
include ../OSVVM/osvvm.pro
|
|
|
|
# Compile
|
|
library Level0-rtps_handler
|
|
analyze ../math_pkg.vhd
|
|
analyze ../rtps_package.vhd
|
|
analyze ../user_config.vhd
|
|
analyze ../rtps_config_package.vhd
|
|
analyze ../rtps_test_package.vhd
|
|
analyze ../rtps_handler.vhd
|
|
analyze Level_0/rtps_handler_test1.vhd
|
|
|
|
simulate rtps_handler_test1 |