- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page