Open harshgondaliya opened 4 years ago
The SDNet compiler might permit it but the question is if this is supported by the target platform, i.e., Virtex-7. It is mentioned in the documentation of the CAM IPs v1.1 that there is a tradeoff between depth/width. It might be worth to check it. My guess is that you can have deep CAM with few bits as width or shallow with large entries (large width size).
Hi all,
I am constantly getting the below-mentioned error when I run the following step:
./tools/scripts/nf_test.py sim --major switch --minor default
I am using a ternary match table in my P4 code. Till 32 table entries, the Check Registers step passes. But, for anything above 32 table entries, it gives me the below-mentioned error. AFAIK, 4096 TCAM entries are allowed in SDNet 2018.1.1 but still, it is limiting me at 32 table entries.Can someone please help me in this regard?
Attachment: reg_stim.log file