Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOpen up the VHDL file
Go to file -> create - > create schematic from design file (or something along those lines) Then it will create a .bsf for your block that you can import into any bdf. Be aware though - only basic types on IOs (std_logic, signed/unsigned, integer) are supported for conversion. Dont attempt it with record or non-standard array types.