Christopher Batten
06/15/2022, 6:10 PMNathan Pier
06/15/2022, 6:13 PMChristopher Batten
06/17/2022, 3:19 AMNathan Pier
06/17/2022, 4:27 AMChristopher Batten
06/17/2022, 12:49 PMCLK_PORT
and CLK_NET
at the top-level user_project_wrapper? i.e., do we need to change this:
• https://github.com/cornell-ece5745/ece5745-tapeout/blob/main/openlane/user_project_wrapper/config.tcl#L41-L42
We have three macros so maybe it should be this?
set ::env(CLOCK_PORT) "io_in\[26\]"
set ::env(CLOCK_NET) "grp_15.clk grp_99.clk grp_17.clk"
what does this even -do- if we are not really doing any clock tree buffering at the top level?Nathan Pier
06/17/2022, 10:37 PMChristopher Batten
06/17/2022, 10:38 PM