% render "layouts/basic.html", tab: :examples do ## RALF Export This page shows RALF (Synopsys) formatted output that has been generated from an Origen representation of a module. The code to generate this page was simply: ~~~eruby <%= "<" + "%= $dut.to_ralf %" + ">" %> ~~~ ~~~text <%= $dut.to_ralf %> ~~~ % end