hi @Vijayan Krishnan , does the placement step by default flatten the design ?? i see the modules are flattened from synthesis verilog netlist to the placement netlist . If yes , anyway to block this ? Thanks,
v
Vijayan Krishnan
01/24/2023, 5:25 AM
Currently flow using flatten design only.
m
Matt Liberty
01/24/2023, 5:27 AM
You can remove -flatten from the yosys scripts but you will likely get worse results as cross module optimizations will be blocked.
r
Ryan R
01/24/2023, 7:45 AM
i removed from yosys , but the placement netlist seems flattened again - any idea ?