Skip to content

Commit

Permalink
fix IOPports
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haberler committed Aug 30, 2016
1 parent ecfabc5 commit 5e1ac93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ proc create_root_design { parentCell } {
# Create instance: HostMot2_ip_wrap_0, and set properties
set HostMot2_ip_wrap_0 [ create_bd_cell -type ip -vlnv machinekit.io:user:HostMot2_ip_wrap:1.0 HostMot2_ip_wrap_0 ]
set_property -dict [ list \
CONFIG.IOPorts {4} \
CONFIG.IOWidth {64} \
CONFIG.LEDCount {3} \
CONFIG.PortWidth {16} \
Expand Down

0 comments on commit 5e1ac93

Please sign in to comment.