Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How to save wire or register in schematic design

Altera_Forum
Honored Contributor II
1,513 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
535 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