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

Add a warning when app OrigenSim version is behind the DUT Version #41

Open ginty opened 5 years ago

ginty commented 5 years ago

Backwards compatibility is supported when the application OrigenSim version is ahead of the DUT version, but not the other way around.

Add a warning in cases where the DUT version is ahead of the of the app version to alert users about this and indicate how to resolve it.

ginty commented 5 years ago

Since warnings can be easily missed, might be better to not run in this condition by default, and then give the user a force option if they really need to run it.