Origen-SDK / origen_sim

Plugin to enable Origen patterns to be run in a dynamic Verilog simulation
MIT License
1 stars 4 forks source link

VCS: New version, deprecated options #15

Closed priyavadan closed 5 years ago

priyavadan commented 6 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",
ginty commented 5 years ago

Fixed by - https://github.com/Origen-SDK/origen_sim/pull/25