# Altera Development Repo ### Setup Start modelsim GUI ```bash make modelsim ``` ### Running benchmarks This will run test benchmark in console without opening modelsim GUI ```bash make tb_file=${file} tb_mod=${module} testbench # Example make tb_file=./src/root.sv tb_mod=root_tb testbench ```