Commit c6a8b74d authored by Maciej Lipinski's avatar Maciej Lipinski

[CUTE] move oserdes_4_to_1 to board/cute (temporary solution)

oserdes_4_to_1.vhd is Xilinx-specific and cannot be in modules/
that include generic modules. This prevented the Altera-based
design from building. Ultimately, the module needs to be moved
to some more appropriate place, possibly to
general-cores/platform/xilinx. To be decided. A temporary solution
is to have it in board/cute, since it is only used by in the
xwrc_board_cute.
parent 7ac9c72f
Pipeline #187 failed with stages
in 7 seconds
files = [
"wr_cute_pkg.vhd",
"xwrc_board_cute.vhd",
"oserdes_4_to_1.vhd",
]
modules = {
......
......@@ -3,7 +3,6 @@ files = ["dmtd_phase_meas.vhd",
"multi_dmtd_with_deglitcher.vhd",
"hpll_period_detect.vhd",
"pulse_gen.vhd",
"oserdes_4_to_1.vhd",
"pulse_stamper.vhd",
"pulse_stamper_sync.vhd",
"dmtd_sampler.vhd" ]
......@@ -1329,7 +1329,7 @@
<file xil_pn:name="../../ip_cores/etherbone-core/hdl/eb_slave_core/eb_fifo.vhd" xil_pn:type="FILE_VHDL">
<association xil_pn:name="Implementation" xil_pn:seqID="109"/>
</file>
<file xil_pn:name="../../modules/timing/oserdes_4_to_1.vhd" xil_pn:type="FILE_VHDL">
<file xil_pn:name="../../board/cute/oserdes_4_to_1.vhd" xil_pn:type="FILE_VHDL">
<association xil_pn:name="BehavioralSimulation" xil_pn:seqID="390"/>
<association xil_pn:name="Implementation" xil_pn:seqID="167"/>
</file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment