Skip to content

Instantly share code, notes, and snippets.

@thoughtpolice
Last active March 9, 2018 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoughtpolice/62b7f9e78c52edf3126ee66132614711 to your computer and use it in GitHub Desktop.
Save thoughtpolice/62b7f9e78c52edf3126ee66132614711 to your computer and use it in GitHub Desktop.
f = mux cond1 r1
$ mux cond2 r2
$ mux cond3 r3
...
$ mux condN rN
$ default
where
cond1 = ...
cond2 = ...
cond3 = ...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment