dineshannayya / riscduino

Arduino compatible Risc-V Based SOC
Apache License 2.0
136 stars 23 forks source link

It feels like there is something wrong with the code(openlane/pinmux/config.tcl.tcl) #12

Closed pengpeng-lian closed 2 years ago

pengpeng-lian commented 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?

dineshannayya commented 2 years ago

Yes, this is duplicated. Typically tool picks the last config. I have clean-up the script and updated into repo. Thanks for the Review.