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

How to change IP address dynamically if using standalone core? #179

Open
particlerain opened this issue Dec 16, 2024 · 3 comments
Open

How to change IP address dynamically if using standalone core? #179

particlerain opened this issue Dec 16, 2024 · 3 comments

Comments

@particlerain
Copy link

Hi , once built and running, i would like edit the IP address dynamically without building the entire core again with the .yml file. Is that possible ?
Thanks.

@rowanG077
Copy link
Contributor

You are running the UDP core I expect? If so you can omit ip_address and it will be added as a module input in the generated verilog.

@particlerain
Copy link
Author

Thats great! Does this input module generation works also for the udp port and mac address?

@rowanG077
Copy link
Contributor

IP and port are together. So if you don't set the IP address you will also need get the udp port. For mac address you can omit it as well.

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

No branches or pull requests

2 participants