xls icon indicating copy to clipboard operation
xls copied to clipboard

DSLX: Support static asserts

Open RobSpringer opened this issue 2 years ago • 0 comments

It'd be convenient to be able to check, well, all sorts of things statically in DSLX programs. One example I can think of is for a parameterized AES implementation to only support parametrized key sizes of 128, 196, or 256 bits, enforced by such a static assert. There are plenty of other potential uses, though.

RobSpringer avatar Aug 22 '22 17:08 RobSpringer