$description="This program generates a graphical representation of the state of a placed and routed netlist on its target architecture at a given clock cycle from a simulation."
$description_string="\nWelcome to #{$program_name}#{$program_version}, a component of the ArGen framework.\n#{$description}\n#{$copyright}\n#{$authors.collect.with_index{|a,i|"#{(i==0)?"Author#{($authors.length>1)?'s':''}:" : "#{($authors.length > 1) ? ' ':''} "}#{a.first} #{a.last}\n"}.join}"
$description="This program generates a video from the simulation output (VCD) of an overlay running a netlist."
$description_string="\nWelcome to #{$program_name}#{$program_version}, a component of the ArGen framework.\n#{$description}\n#{$copyright}\n#{$authors.collect.with_index{|a,i|"#{(i==0)?"Author#{($authors.length>1)?'s':''}:" : "#{($authors.length > 1) ? ' ':''} "}#{a.first} #{a.last}\n"}.join}"