Closed pengpeng-lian closed 2 years ago
########/openlane/pinmux/config.tcl#################
set ::env(FP_IO_VEXTEND) {6} set ::env(FP_IO_HEXTEND) {6}
set ::env(FP_IO_VEXTEND) 4 set ::env(FP_IO_HEXTEND) 4
Would these two paragraphs be duplicated?
Yes, this is duplicated. Typically tool picks the last config. I have clean-up the script and updated into repo. Thanks for the Review.
########/openlane/pinmux/config.tcl#################
set ::env(FP_IO_VEXTEND) {6} set ::env(FP_IO_HEXTEND) {6}
set ::env(FP_IO_VEXTEND) 4 set ::env(FP_IO_HEXTEND) 4
Would these two paragraphs be duplicated?