Closed priyavadan closed 5 years ago
Documenting this here. with the latest VCS version, the -use_vpiobj option has been deprecated. We can now just specify the file name to include directly, no -use_vpiobj needed.
Example:
Use
"#{WS}/../../../origen.c",
Instead of
"-use_vpiobj #{WS}/../../../origen.c",
Fixed by - https://github.com/Origen-SDK/origen_sim/pull/25
Documenting this here. with the latest VCS version, the -use_vpiobj option has been deprecated. We can now just specify the file name to include directly, no -use_vpiobj needed.
Example:
Use
Instead of