// the name of our source code file is memory_scheduling.sv
// we have a pakage file named timing_parameters.sv
// to run the files please give the following command in the transcript :
//vsim -c -do "run -all" work.memory_scheduling -gENABLE_TEST=1 +input_file=trace0cp1.txt +output_file=dram.txt
//here, replace the trace0cp1 with the name of the input file , and dram.txt with the name in which you want the output file to be created.