-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
langLanguage designLanguage design
Description
It would be nice if min/max worked out of the box. They're extremely common in signal widths, e.g. var foo: logic<max(N, M)>. I guess it's a bit tricky because of side effects, e.g. you can't compile it to M > N ? M : N because of max(print("hello"), print("world")) or whatever?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
langLanguage designLanguage design