From 54898c19fd4b61c7585b4be1fc7335c6d44bf1e8 Mon Sep 17 00:00:00 2001 From: Niclas Carlsson Date: Wed, 30 Dec 2020 23:33:39 +0100 Subject: [PATCH] polaris_cloud.vhd should be Polaris_cloud.vhd In file systems that are case sensitive, like when using Linux, this change is needed to compile the project without errors. --- files.qip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.qip b/files.qip index 05cc4b7..d8003ca 100644 --- a/files.qip +++ b/files.qip @@ -19,7 +19,7 @@ set_global_assignment -name VHDL_FILE rtl/Midway_Tone_Gen.vhd set_global_assignment -name VHDL_FILE rtl/OVO.vhd set_global_assignment -name VHDL_FILE rtl/bb_clouds.vhd set_global_assignment -name VHDL_FILE rtl/bb_audio.vhd -set_global_assignment -name VHDL_FILE rtl/polaris_cloud.vhd +set_global_assignment -name VHDL_FILE rtl/Polaris_cloud.vhd set_global_assignment -name VHDL_FILE rtl/zap_audio.vhd set_global_assignment -name VHDL_FILE rtl/maze_audio.vhd set_global_assignment -name SYSTEMVERILOG_FILE rtl/virtualgun.sv