Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

How to save wire or register in schematic design

Altera_Forum
Honored Contributor II
1,489 Views

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........
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
511 Views

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...
0 Kudos
Reply