diff --git a/applications/compaan/hdllib.cfg b/applications/compaan/hdllib.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..d592d1a1bf0cece269cf7f8ca837381eb0339d55
--- /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
+