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

polar IP frozen bits defining

syam404
Beginner
524 Views

Sir/madam,

1) In the example design of polar IP there is a polar5g_codec_parameter.txt, in that do we need to specify N frozen bits for every new parameters.

2)In that they are using different set of reliability sequence(frozen bits) for same code block length. Is it really necessary. If this is true it is really tedious to define every time this sequence.

3) Is there any possibility to store this frozen bits sequence and give it to the polar ip from outside without defining every time in polar5g_codec_parameter.txt .

 

For information I am using Intel Quartus Prime Pro 21.2 edition.

 

Regards,

Syam Sundar

 

0 Kudos
1 Reply
Ash_R_Intel
Employee
423 Views

Hi,

It is up to you how you want to drive DUT signal param_fro from testbench. Currently in testbench, it gets driven from the following line:

for (i=0; i<blocklen; i++) if (!$fscanf(paramfile, "%d", param_fro[i])) $display("DEBUG_1");


You can modify this and add your own logic there.


Regards


0 Kudos
Reply