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

Support 3.7, 3.8. 3,9, 3.10 using one copy of codebase #214

Closed jsn1993 closed 3 years ago

jsn1993 commented 3 years ago

We have to use sys.version_info to switch between two different ast visit functions to address the difference between python<=3.8 and >=3.9

ptpan commented 3 years ago

The changes look good to me, and my only issue is the lack of CI to run all regression tests at this moment... is the plan to migrate to Github actions?

jsn1993 commented 3 years ago

i'm planning to try out github action

Sent from my iPhone SE

On May 27, 2021, at 10:08, Peitian Pan @.***> wrote:

 The changes look good to me, and my only issue is the lack of CI to run all regression tests at this moment... is the plan to migrate to Github actions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.