Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module port(s) have no internal connections #2

Open
Johnsel opened this issue Jan 11, 2025 · 2 comments
Open

module port(s) have no internal connections #2

Johnsel opened this issue Jan 11, 2025 · 2 comments

Comments

@Johnsel
Copy link
Member

Johnsel commented Jan 11, 2025

stanza> reload
1 warnings  
  Warning 1: The following module port(s) have no internal connections:
    usb4_type_c.USB-SS.lane[0].TX.N
    usb4_type_c.USB-SS.lane[0].TX.P
    usb4_type_c.USB-SS.lane[0].RX.N
    usb4_type_c.USB-SS.lane[0].RX.P
    usb4_type_c.USB-SS.lane[1].TX.N
    usb4_type_c.USB-SS.lane[1].TX.P
    usb4_type_c.USB-SS.lane[1].RX.N
    usb4_type_c.USB-SS.lane[1].RX.P
    usb4_type_c.USBC.conn.bus.data.N
    usb4_type_c.USBC.conn.bus.data.P
Warning: Not enough stock for part UMK063BJ472KP-F. 100 are required.
Warning: Not enough stock for part 0201X334M6R3CT. 400 are required.
Saving stable design and reference designator table
stanza> 

No clue why this is happening as I believe everything is hooked up properly internally.

@Johnsel
Copy link
Member Author

Johnsel commented Jan 11, 2025

@Johnsel
Copy link
Member Author

Johnsel commented Jan 11, 2025

Adding require usb_c_inst:usb_c from self

Uncaught Exception: Unsatisfiable pin bundle: (UNSAT) :
  usb4_type_c.usb_c_inst.data.N => :
    usb4_type_c.USBC.conn.bus.data.N
  usb4_type_c.usb_c_inst.data.P => :
    usb4_type_c.USBC.conn.bus.data.P
  usb4_type_c.usb_c_inst.lane[0].TX.N => :
    usb4_type_c.USB-SS.lane[0].TX.N
  usb4_type_c.usb_c_inst.lane[0].TX.P => :
    usb4_type_c.USB-SS.lane[0].TX.P
  usb4_type_c.usb_c_inst.lane[0].RX.N => :
    usb4_type_c.USB-SS.lane[0].RX.N
  usb4_type_c.usb_c_inst.lane[0].RX.P => :
    usb4_type_c.USB-SS.lane[0].RX.P
  usb4_type_c.usb_c_inst.lane[1].TX.N => :
    usb4_type_c.USB-SS.lane[1].TX.N
  usb4_type_c.usb_c_inst.lane[1].TX.P => :
    usb4_type_c.USB-SS.lane[1].TX.P
  usb4_type_c.usb_c_inst.lane[1].RX.N => :
    usb4_type_c.USB-SS.lane[1].RX.N
  usb4_type_c.usb_c_inst.lane[1].RX.P => :
    usb4_type_c.USB-SS.lane[1].RX.P
  usb4_type_c.usb_c_inst.cc[0] => :
    usb4_type_c.USBC.conn.bus.cc[0]
  usb4_type_c.usb_c_inst.cc[1] => :
    usb4_type_c.USBC.conn.bus.cc[1]
  usb4_type_c.usb_c_inst.sbu[0] => :
    usb4_type_c.USBC.conn.bus.sbu[0]
  usb4_type_c.usb_c_inst.sbu[1] => :
    usb4_type_c.USBC.conn.bus.sbu[1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant