Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Refactored code from encoders.vhdl into inenc and outenc .vhdl#241

Draft
adedamola-sode wants to merge 2 commits into
mainfrom
encoder_refactor
Draft

Refactored code from encoders.vhdl into inenc and outenc .vhdl#241
adedamola-sode wants to merge 2 commits into
mainfrom
encoder_refactor

Conversation

@adedamola-sode

Copy link
Copy Markdown
Contributor

Code from encoder.vhd has been split into inenc and outenc .vdl respectively. Tested on p99 panda, but needs validation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the signals that are declared but not used. I suspect most of the ones in encoders.vhd should no longer be there.

Comment thread common/hdl/encoders/encoders.vhd Outdated
Bs0_pad_io => Bs0_pad_io,
Zs0_pad_io => Zs0_pad_io,
-- Block inputs
GENERATOR_ERROR_i=> GENERATOR_ERROR_i,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor style preference, but could you add in some white space so that all '=>'s line up with at least a single space on either side of the operator?

Comment thread common/hdl/encoders/outenc.vhd Outdated
);


-- Determine how to share between inenc and outenc

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a couple of comments you've added in the file here... Does something still need to be done, or could you remove the comments.

@tomtrafford

Copy link
Copy Markdown
Contributor

FYI there are external issues with the runners atm, so the CI won't run. It's being looked into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants