Could anyone give general comments on
Is my coding approach too software-centric ?
Could anyone give general comments on
Is my coding approach too software-centric ?
From just a quick look, my only recommendation would be to avoid the `defines within the RTL code, and use parameters instead. You've got some parameters in the code, but `defines elsewhere. I'd recommend standardizing on parameters.
`defines are global in scope, and not recommended for the way you're using them. Imagine a design requiring two of your logic_analyzer - each with its own configuration.
Regards,
Mark
Have something to add? Share your thoughts — no account required.
Ask the community — no account required