Commit afa65e47 authored by Tristan Gingold's avatar Tristan Gingold

top/spec: disable fifo readout (spec driver uses DMA)

parent 07b91e04
...@@ -104,7 +104,7 @@ entity wr_spec_tdc is ...@@ -104,7 +104,7 @@ entity wr_spec_tdc is
generic generic
(g_WRPC_INITF : string := "../../ip_cores/wr-cores/bin/wrpc/wrc_phy8.bram"; (g_WRPC_INITF : string := "../../ip_cores/wr-cores/bin/wrpc/wrc_phy8.bram";
g_WITH_DIRECT_READOUT : boolean := FALSE; -- for embedded applications, like WRTD g_WITH_DIRECT_READOUT : boolean := FALSE; -- for embedded applications, like WRTD
g_USE_FIFO_READOUT : boolean := TRUE; -- 1x 64-tstamps-long FIFO per channel; used on SVEC g_USE_FIFO_READOUT : boolean := FALSE; -- 1x 64-tstamps-long FIFO per channel; used on SVEC
g_USE_DMA_READOUT : boolean := TRUE; -- DMA; used on SPEC g_USE_DMA_READOUT : boolean := TRUE; -- DMA; used on SPEC
g_SIMULATION : boolean := FALSE; -- TRUE only in sim g_SIMULATION : boolean := FALSE; -- TRUE only in sim
g_USE_FAKE_TIMESTAMPS_FOR_SIM : boolean := FALSE -- when instantiated in a test-bench g_USE_FAKE_TIMESTAMPS_FOR_SIM : boolean := FALSE -- when instantiated in a test-bench
......
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