Skip to content
Snippets Groups Projects
Commit d3863bde authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Update 2 files

- /common/addr_table/LinkMonitor.xml
- /common/firmware/hdl/LinkMonitorInterface.vhd
parent 805ce49a
No related branches found
No related tags found
No related merge requests found
Pipeline #6192686 failed
......@@ -11,6 +11,6 @@
</node>
<node id="occupancy_mem0" address="0x40" size="0x40" mode="incremental" fwinfo="endpoint;width=6"/>
<node id="occupancy_mem1" address="0x80" size="0x40" mode="incremental" fwinfo="endpoint;width=6"/>
<node id="address_mem0" address="0x400" size="0x100" mode="incremental" fwinfo="endpoint;width=8"/>
<node id="address_mem1" address="0x800" size="0x100" mode="incremental" fwinfo="endpoint;width=8"/>
<node id="address_mem0" address="0x100" size="0x80" mode="incremental" fwinfo="endpoint;width=7"/>
<node id="address_mem1" address="0x180" size="0x80" mode="incremental" fwinfo="endpoint;width=7"/>
</node>
\ No newline at end of file
......@@ -32,7 +32,7 @@ end LinkMonitorInterface ;
architecture Behavorial of LinkMonitorInterface is
constant INPUT_WIDTH : integer := 8;
constant INPUT_WIDTH : integer := 7;
signal stubs_internal : ldata(N_LINKS - 1 downto 0) := (others => LWORD_NULL);
signal headers_internal : tCICHeaderArray(N_LINKS*cNumberOfCICs - 1 downto 0) := (others => ('0', (others => '0'), (others => '0'), (others => '0')));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment