/docker_open-src-cvc

Dockerfile for OSS CVC verilog simulator

Primary LanguagePerlOtherNOASSERTION

Docker of OSS CVC IEEE P1364 Verilog simulator

What's this

This container is open-source-software version of CVC verilog simulater, released from Tachyon-DA.

Documents of CVC are exist at Tachyon-DA's website.

Usage

Working directory of this container is /work. Generally, you can use the simulate such as:

docker run --rm amura/open-src-cvc show-cvc_cmd > cvc
chmod +x cvc
./cvc TB.v design.v

Thanks