轉載於: https://electronics.stackexchange.com/questions/55670/altium-error-nets-containing-multiple-input-ports-what-does-this-error-mean
I am relatively new to Altium, and I am running into the following errors when compiling my schematic:
What I am trying to do is connect multiple sheets to the same signals, SDI and CLK. Am I doing something wrong? It is a flat hierarchy, I have set the scope to "Flat (Only ports global)". Below are two sheets of my schematic that uses SDI and CLK signals Sheet1: Sheet2: |
|||||
|
With "Flat (Only ports global)" scope selected, "...net labels are local to each sheet; they will not connect across sheets. All ports with the same name will be connected, on all sheets." - Altium "Multi-Sheet Design" This seems like it should be OK for what you are trying to do, but I think in this type of design setting, there must be a 1:1 relationship of Input and Output port. In the flat design case, the input ports are connected to each other, hence the "multiple input ports" error. Here are a couple things you could try:
|
|||||||||
|
I prefered to create the ports as Unspecified in this case. While the directional arrows are still held (plus colour coordination) from their previous Input/Output format. Unspecified allows the user to create multiple inputs and outputs for these ports. |
|||