Sébastien Bourdeauducq
Sébastien Bourdeauducq
What is the reason for it? Maybe it could at least have a default value?
Vivado GUI expects the output files, and maybe other things, to be placed in ``build/top.runs/impl_1``. It currently does not find them as they are in ``build/`` and maybe for other...
@enjoy-digital why was that code duplicated?
This looks like board-specific code that should be moved into the platform file: ``` if hasattr(clock_pads, "phy"): self.sync.base50 += clock_pads.phy.eq(~clock_pads.phy) ```
https://github.com/m-labs/misoc/blob/master/misoc/interconnect/wishbone.py#L12
If this is allowed then the Upconverter needs fixing.
The converter should go into the correct state by itself due to eop.
Would be good to have a test bench for this component as well.