From 1e8bd08cd1f4f5c6f838ac79dfe44871ebbcbbe6 Mon Sep 17 00:00:00 2001 From: Pepping <pepping> Date: Thu, 19 Feb 2015 15:38:21 +0000 Subject: [PATCH] Initial commit --- applications/compaan/hdllib.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 applications/compaan/hdllib.cfg diff --git a/applications/compaan/hdllib.cfg b/applications/compaan/hdllib.cfg new file mode 100644 index 0000000000..d592d1a1bf --- /dev/null +++ b/applications/compaan/hdllib.cfg @@ -0,0 +1,19 @@ +hdl_lib_name = compaan +hdl_library_clause_name = compaan_lib +hdl_lib_uses_synth = common +hdl_lib_technology = ip_stratixiv + +build_dir_sim = $HDL_BUILD_DIR +build_dir_synth = $HDL_BUILD_DIR + +# Specify here all the files you want to be included in the library. +# compaan1.vhd and compaan2.vhd are just examples. +synth_files = + src/vhdl/compaan1.vhd + src/vhdl/compaan2.vhd + +# Specify here you own tb files (if applicable) +test_bench_files = + tb/vhdl/tb_compaan1.vhd + tb/vhdl/tb_compaan1.vhd + -- GitLab