Skip to content
Snippets Groups Projects

Update formatter/tmtt/firmware/hdl/FormatOutput.vhd to use emp 0.7 lword format

Merged David Gabriel Monk requested to merge dmonk-master-patch-24182 into master
Files
5
@@ -27,7 +27,7 @@ architecture rtl of StubProcessor is
signal mux_din : t_stubsRoute(routeStubs - 1 downto 0) := (others => nullStub);
signal mux_dout : t_stubsDTC(cNumberOfOutputLinks - 1 downto 0) := (others => nullStub);
signal formatOutput_din : t_stubsDTC(cNumberOfOutputLinks - 1 downto 0) := (others => nullStub);
signal formatOutput_dout : ldata(cNumberOfOutputLinks - 1 downto 0) := (others => (( others => '0' ), '0', '0', '1' ));
signal formatOutput_dout : ldata(cNumberOfOutputLinks - 1 downto 0) := (others => ( ( others => '0' ), '0', '0', '0', '1', '0' ));
begin
Loading