Xilinx / PYNQ

Python Productivity for ZYNQ
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
1.99k stars 817 forks source link

Merge audio and video folders? #100

Closed yunqu closed 8 years ago

yunqu commented 8 years ago

In our python package, the audio and video folders are separated: https://github.com/Xilinx/Pynq/tree/master/python/pynq

While we have a merged folder called "audiovideo" for Vivado project: https://github.com/Xilinx/Pynq/tree/master/zybo/vivado

It is better to have a consistent strucuture. I prefer the "merged" version, since we have two bitstreams "pmod.bit" and "audiovideo.bit".

If no one raises a flag, I think I can merge the two folders? This may also require us to make necessary changes to all notebook scripts.

yunqu commented 8 years ago

I will put the video and audio into the driver folder; however, we need to pass all pytests and jupyer notebook examples.

Maybe we want to do a final pass on the notebook examples after we made all the changes; otherwise every time we make a change, we need to update notebook examples.