Tools for schematic capture and simulation for EE5311 Digital IC Design at IITM.
3.4K
Install Docker on your machine using the instructions from:
Download a VNC client/viewer for your platform to interact with the image.
Suggested VNC viewers:
The image can be downloaded from two sources:
Both options are identical. The recommended option, especially within the IITM network, is the first one, given the size of the compressed image (~600MB). Use the second option if you are outside the IITM network or if the first one is inaccessible.
compose.sh using: chmod +x compose.sh.docker load -i ee5311_iitm.tar.gz.compose.sh script, the image will be automatically downloaded from Docker Hub.docker load -i ee5311_iitm.tar.gz.compose.bat script, the image will be automatically downloaded from Docker Hub.The compose script (compose.sh for Linux/macOS and compose.bat for Windows) takes the following arguments:
| Switch | Description |
|---|---|
up | Starts a saved container if one exists; otherwise, starts a new one. |
down | Saves the running container and shuts it down. |
fresh | Forces a new container to start, ignoring any saved container. |
save | Force-saves the running container. |
pause | Freezes the running container (will be erased if you restart your machine). |
resume | Unfreezes the paused container. |
The only arguments you typically need to use are up to start and down to terminate your sessions.
./compose.sh up or ./compose.sh down..\compose.bat up or .\compose.bat down.This will run the container in the background using Docker Compose.
localhost:99.WARNING:
pause and resume will save and restore the session exactly as you left it, including the GUI state. save does not preserve your GUI state. Combined, save and up behave similarly to logging out of and logging back into your computer.
ee5311 is the password for both the VNC session and the local user inside the image.
All schematic, simulation, and layout results are stored in the ee5311 directory under your home directory. You can change this path in compose.sh (or compose.bat) if you would like them stored in a different location.
Content type
Image
Digest
sha256:96fab731e…
Size
538.1 MB
Last updated
2 months ago
docker pull srampr/ee5311_iitm