OrbitNTNU / electronics-verilator

Contains makefiles and examples for Verilator.
0 stars 0 forks source link

Does not work for M1 Macbook. not good #14

Closed patricab closed 6 months ago

patricab commented 7 months ago

Error message:

docker.io/verilator/verilator:4.038
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
./../../verilator-docker.sh 4.038 examples/And ../.. --cc --build --exe --trace *.cpp *.sv > /dev/null
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
/bin/bash: ./obj_dir/VAnd: cannot execute binary file
magnmaeh commented 7 months ago

Like you told me today, this seems to be that Verilator's docker file does not support the M1 architecture

patricab commented 6 months ago

Yes, very true @magnmaeh. Will regretfully close this issue then