Christof Gindu
11/03/2022, 3:37 PMHarald Pretl
11/03/2022, 4:37 PMset ::env(CLOCK_PORT) {clk1 clk2}
set ::env(CLOCK_NET) {clk1 clk2}
Christof Gindu
11/03/2022, 5:04 PMVijayan Krishnan
11/04/2022, 5:32 AM.sdc
with create_clock
for your requirement and use it in the flow.
Refer following example defining two clocks with sdc file: https://github.com/egorxe/miranda_fpga_openmpw/blob/main/openlane/fpga_struct_block/fpga_struct_block.sdcChristof Gindu
11/04/2022, 7:08 AMVijayan Krishnan
11/04/2022, 10:28 AMset ::env(BASE_SDC_FILE) $::env(DESIGN_DIR)/name.sdc
to avoid flow not to use default sdc file