mirror of https://github.com/openXC7/prjxray.git
timfuz: s/write_info3/write_info4 for timing4.txt
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
649daab2a2
commit
882257ea3d
|
|
@ -43,5 +43,5 @@ proc build_design {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_design
|
build_design
|
||||||
write_info3
|
write_info4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,5 +44,5 @@ proc build_design {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_design
|
build_design
|
||||||
write_info3
|
write_info4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,5 @@ proc build_design {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_design
|
build_design
|
||||||
write_info3
|
write_info4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,5 @@ proc build_design {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_design
|
build_design
|
||||||
write_info3
|
write_info4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,5 @@ proc build_design {} {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_design
|
build_design
|
||||||
write_info3
|
write_info4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ proc pin_bel {pin} {
|
||||||
|
|
||||||
# Changed to group wires and nodes
|
# Changed to group wires and nodes
|
||||||
# This allows tracing the full path along with pips
|
# This allows tracing the full path along with pips
|
||||||
proc write_info3 {} {
|
proc write_info4 {} {
|
||||||
set outdir "."
|
set outdir "."
|
||||||
set fp [open "$outdir/timing4.txt" w]
|
set fp [open "$outdir/timing4.txt" w]
|
||||||
# bel as site/bel, so don't bother with site
|
# bel as site/bel, so don't bother with site
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue