--! if a csv output file is NOT specefied then defaultoutput.csv is the name took as the default output file name, otherwise tb_compiler will change the following line to the proper user selected name.
--! if a csv output file is NOT specefied then defaultoutput.csv is the name took as the default output file name, otherwise tb_compiler will change the following line to the proper user selected name.
file f :textopen write_mode is"default_output.csv";
file f :textopen write_mode is"default_output.csv";
variable l :line;
variable l :line;
begin
begin
--! tb_compiler: You can write lines as many as you want. tb_compiler will set lines after the lines you wrote.........