Tutorial Microlab
Tutorial Microlab
For this to work, the user with the source file and the user who will copy the source file must be logged-in
using ssh on the same IP. Since one team have different IP for each member, select only one IP to be used
by the team for ssh login. No need to tunnel the ssh, just do the normal ssh login:
ssh <username>@10.158.16.<XXX>
Since you all logged-in on one IP, you can see each others directory in /home/ path.
You can browse the file of folder you needed from your teammate and copy it to your own directory by
doing this command:
scp -r <source_file_path> <destination_file_path>
Special Case: Those who are using ST28nm, your c28 folder is not readable to your teammates even
when logged-in on the same IP, additional command is needed to change the permission of your c28 folder:
chmod 755 c28
Sample Case: aleynes copies the "dac" folder from sralota using the IP 158.
aleynes and sralota are both logged-in via ssh using 10.158.16.158 and their directories are visible to
each other.
aleynes sees and copies the folder "dac" from sralota into his own directory path:
Enter the library name "dac" and the path where you copied the dac folder. Click "File" → "Save" after
adding the library.
Going back to the library manager, click "View" → "Refresh" to update the library views in the library
manager.
All PDK documents can be accessed via the command in line window of cadence virtuoso.
For ST28nm users:
For GF22nm users:
There is an additional training book available for GF22nm users that can be found in:
/cad/tools/gf/22FDX-EXT/setup-microlab/additional-docs/TTM-000022_Rev9_22FDX_Training_Book.pdf
The current default settings in waveform(VIVA) viewer in cadence does not fit for export or presentation.
This can be customized by the use of .cdsinit file.
For ST28nm users: There is an existing ".cdsinit" file in the c28 directory. Append the "User
Customization" code shown below in the file and restart your cadence.
For GF22nm users: There is no existing ".cdsinit" file inside the c22 folder so you have to create one
via this command:
touch .cdsinit
then, you can now append the "User Customization" code below to the created ".cdsinit" file inside
your c22 folder.
;==================================================================
; User Customization
;==================================================================
Sample waveforms from the modified ".cdsinit" file by adding the "User Customization":
For easier use of cadence schematic(virtuoso) and waveform(viva) viewer, here are the list of available
hot-keys or shortcuts:
Sample waveforms with point, vertical, and delta markers: