From 9194708d81c624ceffbb86c35031e9df445f75d1 Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Thu, 25 Jan 2018 16:23:17 +0100 Subject: [PATCH] adjustment, IF --- thresholds/thresholds.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thresholds/thresholds.vhd b/thresholds/thresholds.vhd index cd82592..a00dd8b 100644 --- a/thresholds/thresholds.vhd +++ b/thresholds/thresholds.vhd @@ -112,7 +112,8 @@ THE_SPI : entity work.spi_slave THE_FLASH_CONTROLLER : entity generic_flash_ctrl port map( - CLK => clk_i, + CLK_f => clk_i, + CLK_l => clk_i, RESET => '0', SPI_DATA_IN => spi_data_out, -- 2.43.0