Skip to content

Instantly share code, notes, and snippets.

@Ravenslofty
Created January 17, 2020 16:58
Show Gist options
  • Save Ravenslofty/bd668fa55f24f8419ecaa998330b0165 to your computer and use it in GitHub Desktop.
Save Ravenslofty/bd668fa55f24f8419ecaa998330b0165 to your computer and use it in GitHub Desktop.
// Can we reuse the last ALM?
auto last_alm = alms.back();
if (!last_alm->hasParam(ID(C0_MUX)) && !last_alm->hasParam(ID(F1_MUX)) &&
!last_alm->hasPort(ID(B)) && !last_alm->hasPort(ID(C1)) &&
!last_alm->hasPort(ID(E1)) && !last_alm->hasPort(ID(F1)) &&
!last_alm->hasPort(ID(COMB1))) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment