Skip to content
Snippets Groups Projects
Commit 1750d1e0 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

added missing st_lib library

parent 65309e8a
No related branches found
No related tags found
1 merge request!145added minimum interval to mmp_dp_bsn_scheduler and replaced sync insert
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
-- Contains all the signal processing blocks to receive and time the ADC input data -- Contains all the signal processing blocks to receive and time the ADC input data
-- See https://support.astron.nl/confluence/display/STAT/L5+SDPFW+DD%3A+ADC+data+input+and+timestamp -- See https://support.astron.nl/confluence/display/STAT/L5+SDPFW+DD%3A+ADC+data+input+and+timestamp
LIBRARY IEEE, common_lib, technology_lib, diag_lib, aduh_lib, dp_lib, tech_jesd204b_lib; LIBRARY IEEE, common_lib, technology_lib, diag_lib, aduh_lib, dp_lib, tech_jesd204b_lib, st_lib;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL; USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL; USE common_lib.common_pkg.ALL;
......
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