Changes between Version 4 and Version 5 of MOCCA-TP1-2024
- Timestamp:
- Oct 3, 2024, 4:29:59 PM (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MOCCA-TP1-2024
v4 v5 23 23 24 24 {{{#!bash 25 >echo $RDS_TECHNO_NAME25 echo $RDS_TECHNO_NAME 26 26 }}} 27 27 … … 49 49 Pour extraire au niveau transistor, la commande à utiliser est : 50 50 {{{#!bash 51 >cougar -t file1 file251 cougar -t file1 file2 52 52 }}} 53 53 … … 55 55 Par exemple pour générer une netlist au format '''.al''' à partir d'une description '''.ap''' il faut écrire : 56 56 {{{#!bash 57 >export MBK_IN_PH=ap58 >export MBK_OUT_LO=al59 >cougar -t file1 file257 export MBK_IN_PH=ap 58 export MBK_OUT_LO=al 59 cougar -t file1 file2 60 60 }}} 61 61 … … 65 65 66 66 {{{#!bash 67 >export MBK_IN_LO=al68 >~encadr/yagle -s file1 file267 export MBK_IN_LO=al 68 ~encadr/yagle -s file1 file2 69 69 }}} 70 70 … … 75 75 '''proof''' réalise cette opération entre les description file1.vbe et file2.vbe par la commande : 76 76 {{{#!bash 77 >proof file1 file277 proof file1 file2 78 78 }}} 79 79