komalkaurr / Group_3_Winter-2021

EMBT Term 4 ESE_4009_2_Embedded Systems Engineering Project Group_3
0 stars 0 forks source link

Schamt #3

Closed mikeshams closed 3 years ago

mikeshams commented 3 years ago

Based on the article, what points shall be considered to ensure our schematic diagram is error-free?

https://www.allaboutcircuits.com/technical-articles/error-checking-schematics/

virender435 commented 3 years ago

All pins of the part need to be visible in the symbol.Never use invisible pins such as power and ground pins. No connect pins should be always shown.Connectors, FPGAs and microcontrollers are parts where the symbol will need to be modified to assign a proper electrical type to many pins because the type is design dependent. Modify the pin types as signals are assigned to pins. Putting some time between the creation of the symbol and the final check may keep us from repeating an error.

virender435 commented 3 years ago

Based on the article, what points shall be considered to ensure our schematic diagram is error-free?

https://www.allaboutcircuits.com/technical-articles/error-checking-schematics/ All pins of the part need to be visible in the symbol.Never use invisible pins such as power and ground pins. No connect pins should be always shown.Connectors, FPGAs and microcontrollers are parts where the symbol will need to be modified to assign a proper electrical type to many pins because the type is design dependent. Modify the pin types as signals are assigned to pins. Putting some time between the creation of the symbol and the final check may keep us from repeating an error.