Commit a7a91b65 by Ravi Varadarajan

Fix typo in script

Signed-off-by: Ravi Varadarajan <rvaradarajan@ucsd.edu>
parent 445aa051
......@@ -8,7 +8,7 @@ set sdc ../../constraints/${DESIGN}.sdc
# DEF file for floorplan initialization
#
if {[info exist ::env(PHY_SYNTH)] && $::env(PHY_SYNTH) == 1} {
set floorplan_def ../../def/ariane_fp_placed_macros.def
set floorplan_def ../../def/ariane136_fp_placed_macros.def
} else {
set floorplan_def ../../def/ariane136_fp.def
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment