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

StreamSourceFL, StreamSinkFL missing. #239

Closed hmohajeri closed 1 year ago

hmohajeri commented 1 year ago

from pymtl3.stdlib.stream import StreamSourceFL, StreamSinkFL

I can not find StreamSourceFL and StreamSinkFL in the directory and seems to be missing.

cbatten commented 1 year ago

That are in the ece4750-2022 branch

hmohajeri commented 1 year ago

Many thanks for quick response. Just one more question, is there any reason these files are not in the main branch?

regards,

ptpan commented 1 year ago

We plan to merge the ece4750 course branch to the main branch very soon… sorry for the hassle!

hmohajeri commented 1 year ago

Thanks and happy new year.