From: Eddie Hung Date: Tue, 12 May 2020 22:40:48 +0000 (-0700) Subject: ice40: fix ICESTORM_LC process sensitivity X-Git-Tag: working-ls180~558 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27b7ffc75444583bbecc70e2d7e2e84bc321f2cf;p=yosys.git ice40: fix ICESTORM_LC process sensitivity --- diff --git a/techlibs/ice40/cells_sim.v b/techlibs/ice40/cells_sim.v index 6a0e3031e..5d107989d 100644 --- a/techlibs/ice40/cells_sim.v +++ b/techlibs/ice40/cells_sim.v @@ -1908,7 +1908,7 @@ module ICESTORM_LC ( o_reg <= SR_pd ? SET_NORESET : lut_o; reg o_reg_async = 1'b0; - always @(posedge polarized_clk, posedge SR) + always @(posedge polarized_clk, posedge SR_pd) if (SR_pd) o_reg_async <= SET_NORESET; else if (CEN_pu)