Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16608 Discussions

Preserve register for signal tap debug

Markgel
Novice
470 Views

Unable to preserve register with no fan out using following:

 

set_instance_assignment -name PRESERVE_REGISTER ON -to reg1

set_instance_assignment -name PRESERVE_FANOUT_FREE_NODE ON -to reg1

similar result using assignment editor - can't find reg1 available at pre-synthesis

0 Kudos
1 Solution
Markgel
Novice
461 Views

solution found:

reg reg1 /*synthesis noprune */;

 

BR,

Mark.

View solution in original post

0 Kudos
2 Replies
Markgel
Novice
462 Views

solution found:

reg reg1 /*synthesis noprune */;

 

BR,

Mark.

0 Kudos
SyafieqS
Moderator
440 Views

Mark,


You may refer to below link for preserving register nodes using noprune in your hdl

https://www.intel.com/content/www/us/en/programmable/quartushelp/17.0/hdl/vlog/vlog_file_dir_noprune.htm


0 Kudos
Reply