mirror of https://github.com/openXC7/prjxray.git
bipiplist.tcl: changed verilog reference
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
b5f7243f39
commit
bf05a19525
|
|
@ -1,6 +1,6 @@
|
|||
create_project -force -part $::env(XRAY_PART) bipiplist bipiplist
|
||||
|
||||
read_verilog $::env(XRAY_DIR)/fuzzers/piplist.v
|
||||
read_verilog $::env(XRAY_FUZZERS_DIR)/piplist/piplist.v
|
||||
synth_design -top top
|
||||
|
||||
set_property -dict "PACKAGE_PIN $::env(XRAY_PIN_00) IOSTANDARD LVCMOS33" [get_ports i]
|
||||
|
|
|
|||
Loading…
Reference in New Issue