../

Email about bridging RTL

My conclusions

  • I think thangellamudiBridgingRTLAssertion2026 use the technique suggested in liuRTLCoderFullyOpenSource2025 to generate their own dataset. I perused through some examples and it seem AI-generated. I am fairly certain no human would ever name their modules like this.
  • The SVADataset sometimes doesn’t have any assertions
  • Sometime the assertions are of the flavor assert (WIDTH>0) else fatal() which is akin to C assert than what we are looking for.
  • I do think the performance is real. liuRTLCoderFullyOpenSource2025 using Mistral and Deepseek do get good results. But Idk why the authors used Llama2 in 2026.
  • This may indicate that the benchmark is too weak.
  • I will make another pass to be sure about the details.