mirror of https://github.com/openXC7/prjxray.git
run make format-tcl
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
cb54b7f012
commit
8305cc81d9
|
|
@ -24,6 +24,6 @@ foreach bank [split $banks " "] {
|
|||
set fp [open $::env(TMP_FILE) w]
|
||||
|
||||
puts $fp "{"
|
||||
puts $fp "\t\"clk_pins\": \"$clk_pins\","
|
||||
puts $fp "\t\"data_pins\": \"$data_pins\""
|
||||
puts $fp "\t\"clk_pins\": \"$clk_pins\","
|
||||
puts $fp "\t\"data_pins\": \"$data_pins\""
|
||||
puts $fp "}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue