From 8c9659f1979ab0b0086d7efb386241ba9c7314cb Mon Sep 17 00:00:00 2001 From: John McMaster Date: Wed, 17 Jan 2018 14:41:30 -0800 Subject: [PATCH] minitests: flatten hiearchy Signed-off-by: John McMaster --- minitests/util/runme.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitests/util/runme.tcl b/minitests/util/runme.tcl index 86162f92..8f7bd546 100644 --- a/minitests/util/runme.tcl +++ b/minitests/util/runme.tcl @@ -1,6 +1,6 @@ create_project -force -part $::env(XRAY_PART) design design read_verilog top.v -synth_design -top top +synth_design -top top -flatten_hierarchy none set_property -dict "PACKAGE_PIN $::env(XRAY_PIN_00) IOSTANDARD LVCMOS33" [get_ports clk] set_property -dict "PACKAGE_PIN $::env(XRAY_PIN_01) IOSTANDARD LVCMOS33" [get_ports stb]