From 14abe8b18e4e3cbee0264506fc2cc96f987c55e0 Mon Sep 17 00:00:00 2001 From: Jonathan Hargreaves <hargreaves@astron.nl> Date: Fri, 9 Oct 2015 13:34:00 +0000 Subject: [PATCH] change from fpga_temp_sens to fpga_sense --- libraries/io/fpga_sense/hdllib.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/io/fpga_sense/hdllib.cfg b/libraries/io/fpga_sense/hdllib.cfg index 09f6dc7d66..8b6c32b9eb 100644 --- a/libraries/io/fpga_sense/hdllib.cfg +++ b/libraries/io/fpga_sense/hdllib.cfg @@ -1,12 +1,12 @@ -hdl_lib_name = fpga_temp_sens -hdl_library_clause_name = fpga_temp_sens_lib -hdl_lib_uses_synth = common technology tech_fpga_temp_sens +hdl_lib_name = fpga__sense +hdl_library_clause_name = fpga_sense_lib +hdl_lib_uses_synth = common technology tech_fpga_temp_sens tech_fpga_voltage_sens hdl_lib_uses_sim = hdl_lib_technology = synth_files = - src/vhdl/fpga_temp_sens.vhd + src/vhdl/fpga_sense.vhd test_bench_files = -- GitLab