Introduction
Modelsim is used for simulating vhdl codes. However it has a bunch of 32 bit dependencies and I was worried if it will break my system’s other dependencies. So i decided to write a dockerfile and use docker to be able to run the program.
Intel provides a free to use modelsim version which can be installed stand alone. However, it does not provide instructions on how to use with docker. A dockerfile for modelsim is provided in my github repository which is free to use.