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

Makefile fixed for nexys emulation target #324

Closed
wants to merge 1 commit into from

Conversation

gmartin102
Copy link
Contributor

@gmartin102 gmartin102 commented Sep 19, 2023

This fixes the name on the auto generated top level. during testing I had changed the name to prevent overwriting of the top level. Once done testing I failed to return it to correct behavior. My builds were passing due to a stale file with the correct name on the system.This addresses issue #323

Copy link
Member

@MikeOpenHWGroup MikeOpenHWGroup left a comment

Choose a reason for hiding this comment

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

Hi @gmartin102. I am not clear on why the pad_mux has been changed.

assign perio_in_o[14] = ((pad_mux_i[29] == 2'd1) ? io_in_i[29] : 1'b1);
assign perio_in_o[15] = ((pad_mux_i[33] == 2'd1) ? io_in_i[33] : 1'b1);
assign perio_in_o[16] = ((pad_mux_i[34] == 2'd1) ? io_in_i[34] : 1'b1);
assign perio_in_o[13] = ((pad_mux_i[40] == 2'd1) ? io_in_i[40] : 1'b1);
Copy link
Member

Choose a reason for hiding this comment

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

I was not expecting to see changes to the pad_mux in this PR.

@MikeOpenHWGroup
Copy link
Member

Closing on recommendation from @gmartin102.

@PaoloS02
Copy link

The Makefile still has the wrong top level name at line 137. The change to the Makefile is still useful. Is there another pull request to fix this?

@MikeOpenHWGroup
Copy link
Member

The Makefile still has the wrong top level name at line 137. The change to the Makefile is still useful. Is there another pull request to fix this?

We would review a PR that goes this if you'd like to submit one. Please review CONTRIBUTING before you do.

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.

3 participants