02. Cadence uses records to create components --- schematic diagrams and packages (OrCAD Capture CIS)

02. Cadence uses records to create components - device schematic symbols and packages (OrCAD Capture CIS)

The reference tutorial is the video of station B: allegro software introductory video tutorial complete works 100 lectures

Pre-tutorial:
## 01. New project and basic operation of Cadence usage records (schematic drawing: OrCAD Capture CIS)

1 Create a schematic symbol for the device

Here as an example, use TPS450 as the schematic device to be drawn, and its basic Symbol can refer to the device manual TPS5450
:
insert image description here
Open the project created in the pre-tutorial, first select the Library folder, and then select the new library in File (if before If you have designed it, you can also choose to import the library directly):
insert image description here
the olb file will appear under the file column after the creation is completed, which is the library used in this project:
insert image description here
right click on the olb file, select to create a new Part:
insert image description here
Name is set to the name of the device to be designed, TPS450 .

Part Reference represents the initial letter of the device. For example, the device name inserted in AD is generally U1, U2 and the like

Parts per means that this device has several parts, and there is only one here. Students who have used AD may know that some devices can actually be divided into several parts such as PartA and PartB:

Package Type needs to be set when Parts per is greater than 1, and the differences are as follows:
Homogeneous: It means that the components of each part are the same, only one part needs to be drawn, and the other parts will be automatically generated.
Heterogeneous: It means that the components of each part are different, and each PART needs to be drawn by itself.
For details, you can read the difference between "Homogeneous and Heterogeneous" in cadence capture's component creation

Part Numbering indicates the numbering method of different parts, Alphabetic means that different parts are numbered with partA partB partC, and Numeric means that different parts are numbered with part1 part2 part3.
insert image description here
After clicking OK, a component will appear, but it has no pins:
insert image description here
select Pin from Place (or find the button to insert pins from the leftmost insertion toolbar):
insert image description here

For general pins, you can set Type to Passive. If you need to refine the specific function of the pin, you can set it to other values. The shape of the pin is also based on the specific type of the device. It is a common practice to set it as Line. Name and Numbe can be filled in now, or can be modified later:
insert image description here
insert all the pins in turn, and insert a rectangle around them to form a Symbol:
insert image description here

You can press Ctrl+S to save, and a warning may be reported when saving. This is because there are two pins that are called NC repeatedly. Just ignore it and click OK. Save it under the project directory.

2 Insert devices and basic components

Select Part in Place to call up the device column on the right:
insert image description here
you can easily find the TPS450 in the things you just created:
insert image description here
insert it into the schematic diagram:
insert image description here
where to find other commonly used devices, select here The ➕ button at the device library on the right:
insert image description here
Open the Discrete library in the default opening position, which contains various commonly used components, and other libraries can be used if necessary: ​​You
insert image description here
can also use the search box to directly search for devices, for example, I want to insert a resistor You can search R directly, and you can find the result:
insert image description here
you can insert it into the schematic:
insert image description here

3 Create a Homogeneous device

For some components, the functions of multiple different Parts are the same, and here you can use the Homogeneous method to create them. Homogeneous only needs to draw one of the parts, and the other parts are automatically generated. Here is an example of drawing an LM358 operational amplifier, which includes two operational amplifiers. The schematic diagram is as follows: Create a
insert image description here
new component and set it up as follows:
insert image description here
Insert a triangle, pretending to be an operational amplifier:
insert image description here
Insert the pin of the first power amplifier:
insert image description here
Select Next Part in View switches to another part:
insert image description here
You can see that the shape of the other part is consistent with the previous design:
insert image description here
at this time, you only need to set the pin number:
insert image description here
save it by pressing Ctrl+S, and ignore the warning. After the schematic is inserted as follows:
insert image description here

4 Create a Heterogeneous device

Basically the same as above, but introduce too much!

Guess you like

Origin blog.csdn.net/weixin_44584198/article/details/130226653