Commit ab7d69d1 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Add prototype timing cores to the project Manifest so that hdlmake can see them.

parent c1e6807b
......@@ -9,6 +9,8 @@ modules = {"local" :
"modules/wr_endpoint",
"modules/wr_pps_gen",
"modules/wr_dacs",
"modules/wr_eca",
"modules/wr_tlu",
"modules/wrc_core" ],
"git" : "git://ohwr.org/hdl-core-lib/general-cores.git"
}
......@@ -2,6 +2,7 @@ library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library work;
use work.wishbone_pkg.all;
use work.gencores_pkg.all;
......
files = ["wb_cores_pkg_gsi.vhd", "wb_timestamp_latch.vhd"]
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