Skip to content

Commit

Permalink
use network_mode: "host" in docker compose
Browse files Browse the repository at this point in the history
Vivado apparently needs network_mode: "host" or it segfaults when
it begins to run synthesis (perhaps because it checks the network
devices MACs for node-lock licenses, even though the 7010 doesn't
need a license).

Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Nov 30, 2024
1 parent 424d028 commit 6edaa59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ services:
build:
image: ghcr.io/maia-sdr/maia-sdr-devel:latest
pull_policy: always
# Vivado segfaults when network_mode: "host" is omitted
network_mode: "host"
volumes:
- vivado2023_2:/opt/Xilinx
- type: bind
Expand Down

0 comments on commit 6edaa59

Please sign in to comment.