Commit a7b3a863 authored by Maciej Lipinski's avatar Maciej Lipinski

TMP: modify libs to make it work with vivado and top diot-sb-zu project

parent 239062b8
......@@ -5,7 +5,8 @@ use ieee.numeric_std.all;
library unisim;
use unisim.vcomponents.all;
use work.fsi_adc_pkg.all;
library xil_defaultlib;
use xil_defaultlib.fsi_adc_pkg.all;
entity sys_fsi_core is
generic (
......
......@@ -5,7 +5,8 @@ use ieee.numeric_std.all;
library unisim;
use unisim.vcomponents.all;
use work.fsi_adc_pkg.all;
library xil_defaultlib;
use xil_defaultlib.fsi_adc_pkg.all;
entity sys_fsi_rx is
port (
......
......@@ -2,7 +2,8 @@ library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
use work.fsi_adc_pkg.all;
library xil_defaultlib;
use xil_defaultlib.fsi_adc_pkg.all;
entity sys_top_dma is
port (
......
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