synthesis optimizations

This commit is contained in:
Blaise Tine
2021-06-17 16:43:43 -07:00
parent 1e677c8e5e
commit 57143f5889
16 changed files with 173 additions and 229 deletions

View File

@@ -48,7 +48,7 @@ module VX_priority_encoder #(
VX_onehot_encoder #(
.N (N),
.REVERSE (REVERSE)
) b (
) onehot_encoder (
.data_in (onehot),
.data_out (index),
`UNUSED_PIN (valid)