Commit edf9d304 authored by Lucas Russo's avatar Lucas Russo

top/*/dbe_bpm_gen: add missing trigger_common_pkg

With recent changes, trigger_pkg was split
into common definitions and type, and
component declarations.
parent 67d8def6
...@@ -49,6 +49,8 @@ use work.synthesis_descriptor_pkg.all; ...@@ -49,6 +49,8 @@ use work.synthesis_descriptor_pkg.all;
use work.pcie_cntr_axi_pkg.all; use work.pcie_cntr_axi_pkg.all;
-- Trigger Modules -- Trigger Modules
use work.trigger_pkg.all; use work.trigger_pkg.all;
-- Trigger Common Modules
use work.trigger_common_pkg.all;
entity dbe_bpm_gen is entity dbe_bpm_gen is
generic( generic(
......
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