From 6a7d5257cdcf81a1cf36622fc0b03e125f462b3d Mon Sep 17 00:00:00 2001 From: Patrick Urban Date: Tue, 14 Feb 2023 07:58:59 +0100 Subject: gatemate: Add CC_USR_RSTN primitive --- techlibs/gatemate/cells_bb.v | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'techlibs') diff --git a/techlibs/gatemate/cells_bb.v b/techlibs/gatemate/cells_bb.v index f6fe6a3e1..9185af0b4 100644 --- a/techlibs/gatemate/cells_bb.v +++ b/techlibs/gatemate/cells_bb.v @@ -123,6 +123,12 @@ module CC_CFG_CTRL( ); endmodule +(* blackbox *) (* keep *) +module CC_USR_RSTN ( + output USR_RSTN +); +endmodule + (* blackbox *) module CC_FIFO_40K ( output A_ECC_1B_ERR, -- cgit v1.2.3