consts: must use 'def' to create constant UInts for dedup (#14)
If you use a 'val' in an object, it is only run once. This makes the first elaboration of a Module different from subsequent elaboration runs, breaking deduplication.
parent
30f9cc5b
Please register or sign in to comment