Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0b5077b7 authored by Vauban's avatar Vauban
Browse files

USB Interface: Remove non-required inverter on USB reset line.

parent 0ae847c1
Branches
Tags
No related merge requests found
......@@ -166,8 +166,6 @@ sd_create_scalar_port -sd_name ${sd_name} -port_name {P9_30} -port_direction {IN
sd_create_scalar_port -sd_name ${sd_name} -port_name {P9_27} -port_direction {INOUT}
sd_create_scalar_port -sd_name ${sd_name} -port_name {P9_25} -port_direction {INOUT}
sd_invert_pins -sd_name ${sd_name} -pin_names {USB0_RESETB}
# Add CLOCKS_AND_RESETS instance
sd_instantiate_component -sd_name ${sd_name} -component_name {CLOCKS_AND_RESETS} -instance_name {CLOCKS_AND_RESETS}
......
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