Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

RTL representation changing in Quartus II . Is it possible?

Hi to everybody!!!

When I want to see RTL-representation of VHDL-design I use RTL Viewer.

Does anybody know how to get some another representation of RTL, something like netlist but just for RTL-level? I want to make changes in the structure using RTL-representation.

Thank you in advance!!!

6 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Thanks for your reply Tricky, but I need a possibility to change RTL representation of VHDL-design given from RTL Viewer.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That is not possible, because it would need to back annotate the source code. From the RTL viewer, you can link back to source code though, so that might be a good compromise.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Ok. Maybe you know, Is there any other format of RTL-represantation, something like EDIF but for RTL?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You still need to change the source. Hence why the RTL viewer is just a viewer. Why would you want to change the design post synthesis, rather than the source code?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    it is a part of my investigation. ok thank you for your replies.I'll think it over.