ipbus/ipbus-firmware

Turn sim's IP and MAC address into generics

Closed this issue · 1 comments

The ipbus simulation IP and MAC address are which doesn't go well with the concept of parallel integration jobs in the ci environment.

This issue can be easily mitigated by making these addresses top-level generics.

Tested in simulation. After turning the 2 addresses into generics, it was possible to dynamically configure a custom ip address (192.168.201.2) from command line as follows

./vsim -c work.top -gIP_ADDR='X"c0a8c902"'