Juin Oh
02/21/2024, 7:21 PMMitch Bailey
02/22/2024, 12:30 AMMatthew Guthaus
02/22/2024, 6:29 PMJuin Oh
02/27/2024, 2:28 AM"CLOCK_PORT": ["clk1", "clk2"],
"CLOCK_NETS": ["clk1", "clk2"],
and writing my own SDC file, but the flow is failing Post PnR STA with a seg fault. Has anyone seen experienced this before?Matthew Guthaus
02/27/2024, 4:52 AMJuin Oh
02/27/2024, 9:02 PMCLOCK_NETS
has been deprecated and will not be recognized by OpenLane 2
2. The correct configuration variable to use is FALLBACK_SDC_FILE
, other sdc file variables have been deprecated
3. To specify a clock domain, use create_clock
and set_clock_groups
in the sdc file
Thanks to everyone who offered their help!Matthew Guthaus
02/27/2024, 10:14 PMJuin Oh
02/28/2024, 7:05 PMconfig.json
and it runs fine without it.