Forum Discussion

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

How to save wire or register in schematic design

Hi,

Is there any ways to save a wire and register without optimizing & sythesizing away some internal signals after compiling the design? My project is designed via schematic (.bdf) instead of writting in HDL codes.

I know in verilog:

To save a wire:

wire my_wire /* synthesis keep = 1 */;

To save reg:

reg my_reg /* synthesis syn_preserve = 1 */;

How to keep the wire/register in schematic design so that we can see these signals in Quartus II timing simulation?

Thanks for anyone quick response........

1 Reply

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

    Somehow I tried, I am still unable to save the wire or register in schematic design....Does anyone know how to save wire or register in bdf????

    I would appreciate if you could help....

    Thanks...