blob: a6a4aaabd02e2d82282fe62c58088f8124c12168 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Generic constraints file for GTECH testsynthesis flow
#####################
# Size Only Cells #
#####################
# This is analogous to the size_only constraint when using real ASIC cells.
set_dont_touch [get_designs -h prim_generic_xor*]
set_dont_touch [get_designs -h prim_generic_buf*]
set_dont_touch [get_designs -h prim_generic_clock_buf*]
set_dont_touch [get_designs -h prim_generic_inv*]
set_dont_touch [get_designs -h prim_generic_clock_inv*]
set_dont_touch [get_designs -h prim_generic_clock_mux*]
set_dont_touch [get_designs -h prim_generic_flop*]