mirror of https://github.com/openXC7/prjxray.git
Merge pull request #49 from mcmasterg/minitest_flatten_h
minitests: flatten hiearchy
This commit is contained in:
commit
e5df3ca564
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue