mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Use localparam for uart states #13

Closed hasheddan closed 3 years ago

hasheddan commented 3 years ago

Uses localparam instead of parameter for states in uart_tx because they should not be able to be overridden by parent modules.

Signed-off-by: hasheddan georgedanielmangum@gmail.com