Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
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.
17268 Discussions

Sample Depth for Signal Tap

Altera_Forum
Honored Contributor II
2,118 Views

Quartus II puts an upper limit on the sample depth to 128K samples to be captured using the signal tap. I wonder whether there is a way to increase it when internal FPGA RAM is available for this purpose e.g. increasing the depth to say 1024 K samples.  

 

Regards, 

 

Alpha
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
1,386 Views

Why don't you try it out and let us know the result! If you edit the stp file directly in a text editor, you can find this string: sample_depth="128". Change 128 to 1048576. You'd better compile with the changed stp file before opening it up in editor. Possibly, you have to even use the tcl shell to acquire before opening it up in editor. Just guessing.

0 Kudos
Reply