Skip to content

Implement new reset scheme

Tom Levens requested to merge new-reset-scheme into system-v3.0

Reset for the system part is now provided from the application on the SysReset_oar port to allow more flexibility. The VmeSysReset_iarn is provided to the application, to emulate the previous behavior the assignment:

assign SysReset_oar = !VmeSysReset_iarn;

should be made in the application part. The input AppReset_iqr still provides a synchronised reset to the application part for convenience.

Edited by Tom Levens

Merge request reports