Project

General

Profile

EMIR New hire training » History » Version 1

jun chen, 03/14/2025 12:50 AM

1 1 jun chen
# EMIR New hire training
2
3
# Welcome on board, new hires!
4
5
We provide a tree-like training plan for you.
6
Most of the materials are designed in <u>self-driven study</u> flavor. 
7
Please check below expert-tree first, and start with level-0 lectures. 
8
Good good study, day day up!
9
800 
10
11
# Level-0 Background and environment
12
13
## On board environment setup.
14
15
* Check your environment before next step on_board_check_list.pptx
16
 Note: if you can't find SH printer driver, use this: Win_x64.zip or ask IT for help
17
* 员叩O叩 员叩O叩2021O.pdf 0 员叩O叩2023011O.pdf
18
* EMIR 叩叩叩叩  0000000000000000 (DD D田0出叩0叩程叩0叩D DD经叩叩叩加叩0叩有叩叩加D叩D叩0请叩看叩叩叩叩叩叩叩接叩
19
* IT new hire training: http://10.30.200.21:8088/attachments/3632
20
* Document templates (New version after 20220815) GIGA_VI_Standards
21
22
## Refresh VLSI knowledge.
23
24
* Step 1: Go through the briefing slide EDA_BG_Briefing.pptx Make sure you are familiar with fundamental terminologies. Try to answer the questions in the slides.
25
(Hint 1: most of the answer in this book CMOS_VLSI.part1.rarCMOS_VLSI.part2.rar )
26
(Hint 2: You can use FreePDK45_Giga.rar as standard cell library, and use Ngspice to setup transistor-level circuit simulation.)  
27
28
* Step 2: Hand out your answers to tutor, you are welcomed to raise new questions to us.
29
 
30
* Next step: EDA_Traveller
31
32
## Get ready to survive in Linux world0 A quick start EDA journey.
33
34
* Please follow Survive_linux to learn how to survive in GIGA Linux environment.
35
* Please follow Setup_linux to setup / restore / reset your linux VNC development environment, and run quick start EDA.
36
* Checkout Quick_shell.docx, make sure you are familiar with Linux shell command...
37
* home directory and VNC upgrade procedure (2023/12/17)
38
39
## Giga IT guide map.
40
800 
41
42
## Advanced C++ topic.
43
* Giga uses make file to organize source code. Checkout tutorial Usage_of_Makefile.pptx (JiaXiao Qin, 2020/08/26)
44
* Debug and profiling skills, please visit http://10.30.200.21:8088/projects/hongtu-emir/wiki/Debugging_and_profiling_tech (JiCun Li, 2020/08/26)
45
46
* how to use lambda expression. Check tutorial lambda_expression.pptx (JiaXiao Qin, 2021/05/21) 
47
* Tcl usage and coding from scratch Tcl.hD叩叩叩pre_leping.pptx (LePing Wang, 2022/03/18)
48
* Learn modern C++ features: https://github.com/changkun/modern-cpp-tutorial