Join Slack
Powered by
openroad has `set_dont_touch` to prevent buffering...
# openlane
m
Mitch Bailey
04/09/2024, 11:27 AM
openroad has
set_dont_touch
to prevent buffering on specified (for example analog) nets. How is this set in openlane?
➕ 1
h
htamas
04/10/2024, 1:24 AM
You can use RSZ_DONT_TOUCH with a list of nets or instances; or RSZ_DONT_TOUCH_RX to specify a regex that is matched against net or instance names.
👍 1
m
Mitch Bailey
04/10/2024, 1:33 AM
@htamas
thanks! I was looking at old documentation.
18
Views
Open in Slack
Previous
Next