openhwgroup / core-v-mcu

This is the CORE-V MCU project, hosting CORE-V's embedded-class cores.
https://docs.openhwgroup.org/projects/core-v-mcu
Other
158 stars 50 forks source link

Makefile fixed for nexys emulation target #324

Closed gmartin102 closed 9 months ago

gmartin102 commented 9 months ago

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

MikeOpenHWGroup commented 9 months ago

Closing on recommendation from @gmartin102.

PaoloS02 commented 3 weeks ago

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 commented 3 weeks ago

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.