RUN TESTS ========= MANUALLY -------- * Open modelsim * Change Directory to /sim * run 'build ../src/Tests/testbench.pro' AUTOMATICALLY ------------- * Open Terminal in /sim directory * Run 'vsim -do test_all.do' NOTE: After some time the compilation of the simulator gets sluggisly slow. I noticed that deleting the Libraries and re-creating them re-vitalizes the speed In order to do so start a simulation (so that the Library is loaded), make sure that you end the current simulation, and type 'RemoveAllLibraries'. After a vsim re-start everything shoudl run faster