Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update neorv32_sdi.vhd - Minor typo correction #903

Merged
merged 1 commit into from
May 16, 2024

Conversation

ucycg
Copy link
Contributor

@ucycg ucycg commented May 16, 2024

RX FIFO misses the value setting for FULL_RESET generic completly. I suppose then it falls back to the default value, since that one is false too in the neorv32_fifo.vhd this commit isn't leading to any different behavior in RTL, but should be added just for consisentcy issues

RX FIFO misses the value setting for FULL_RESET generic completly. I suppose then it falls back to the default value, since that one is false too in the neorv32_fifo.vhd this commit isn't leading to any different behavior in RTL, but should be added just for consisentcy issues

Signed-off-by: ucycg <101277242+ucycg@users.noreply.github.com>
@ucycg
Copy link
Contributor Author

ucycg commented May 16, 2024

Sry if this isn't the proper way to merge stuff, but I just wanted to hint the pony inconsistency I just discovered in a quick way
I just added the FULL_RESET Generic for the SDI RX FIFO

https://github.com/stnolting/neorv32/blob/main/rtl/core/neorv32_sdi.vhd#L214

Btw how can I make these nice links of graphical representation of code from a file like you did in #878 inside a comment instead of just linking it?

@stnolting stnolting added HW hardware-related coding-style Related to the HW/SW coding style cleanup clean-up the codebase labels May 16, 2024
@stnolting
Copy link
Owner

stnolting commented May 16, 2024

Looks great!

Btw how can I make these nice links of graphical representation of code from a file like you did in #878 inside a comment instead of just linking it?

grafik

@stnolting stnolting merged commit 222c8f0 into stnolting:main May 16, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup clean-up the codebase coding-style Related to the HW/SW coding style HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants