Skip to content
Snippets Groups Projects

Added additional FullToAxis in decoding / FullmodeEmulator and another fanout...

Merged Frans Schreuder requested to merge phase2/FLX-1761_DuplicateFullmodeAxis into phase2/master
Files
7
@@ -265,6 +265,9 @@ decoding0: entity work.decoding
m_axis => decoding_axis,
m_axis_tready => decoding_axis_tready,
m_axis_prog_empty => decoding_axis_prog_empty,
m_axis_noSC => open,
m_axis_noSC_tready => (others => (others => '1')),
m_axis_noSC_prog_empty => open,
TTC_ToHost_Data_in => TTC_ToHost_Data_in,
ElinkBusyIn => ElinkBusyIn,
DmaBusyIn => DmaBusyIn,
@@ -335,7 +338,10 @@ decoding0: entity work.decoding
aresetn => aresetn,
m_axis => emu_axis,
m_axis_tready => emu_axis_tready,
m_axis_prog_empty => emu_axis_prog_empty
m_axis_prog_empty => emu_axis_prog_empty,
m_axis_noSC => open,
m_axis_noSC_tready => (others => (others => '1')),
m_axis_noSC_prog_empty => open
);
fosel0: entity work.axis_32_fanout_selector
Loading