From ca80f73a83dca188bd283a0a43ee5af2d36b08c8 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 26 Feb 2020 00:30:58 -0500 Subject: Add a build target for hsm_ng, but cut the ModExpNG clock back to 90MHz. Builds fail to meet timing at 180MHz, so I need to cut it back until it can be made to work for everybody. --- rtl/alpha_fmc_top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/alpha_fmc_top.v') diff --git a/rtl/alpha_fmc_top.v b/rtl/alpha_fmc_top.v index 09229b5..2206a89 100644 --- a/rtl/alpha_fmc_top.v +++ b/rtl/alpha_fmc_top.v @@ -72,7 +72,7 @@ module alpha_fmc_top wire sys_rst_n; // active-low system reset wire core_clk; // high-speed core clock (45*N MHz) - alpha_clkmgr #(.CLK_CORE_MULT(4)) clkmgr + alpha_clkmgr #(.CLK_CORE_MULT(2)) clkmgr ( .fmc_clk (fmc_clk), -- cgit v1.2.3