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

Improving concat #278

Open KelvinChung2000 opened 5 months ago

KelvinChung2000 commented 5 months ago

Allowing concat to take list or generator to enable syntax like s.a //= concat(b2(1) for _ in range(4)) to be used.