RUN ON CADENCE1.* Clean, compile, and run simulation: "gmake cleaner&&gmake" To run simulation only: "gmake test" Explanation: It takes 2*64bit numbers (1 per line) from a file called "ops.txt". It performs 64bit multiplication on these numbers resulting in a single 128bit number being placed in "results.txt".