pymtl / pymtl3

Pymtl 3 (Mamba), an open-source Python-based hardware generation, simulation, and verification framework
BSD 3-Clause "New" or "Revised" License
388 stars 46 forks source link

Fix deprecated ast warning #284

Open KelvinChung2000 opened 3 weeks ago

KelvinChung2000 commented 3 weeks ago

Fix the deprecated AST warning. This will be useful for the feature as pytml3 will not work with python3.14 without this fix.