Changes between Version 4 and Version 5 of MOCCA-TP1-2024


Ignore:
Timestamp:
Oct 3, 2024, 4:29:59 PM (5 weeks ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MOCCA-TP1-2024

    v4 v5  
    2323
    2424{{{#!bash
    25 > echo $RDS_TECHNO_NAME
     25echo $RDS_TECHNO_NAME
    2626}}}
    2727
     
    4949Pour extraire au niveau transistor, la commande à utiliser est :
    5050{{{#!bash
    51 > cougar -t file1 file2
     51cougar -t file1 file2
    5252}}}
    5353
     
    5555Par exemple pour générer une netlist au format '''.al''' à partir d'une description '''.ap''' il faut écrire :
    5656{{{#!bash
    57 > export MBK_IN_PH=ap
    58 > export MBK_OUT_LO=al
    59 > cougar -t file1 file2
     57export MBK_IN_PH=ap
     58export MBK_OUT_LO=al
     59cougar -t file1 file2
    6060}}}
    6161
     
    6565
    6666{{{#!bash
    67 > export MBK_IN_LO=al
    68 > ~encadr/yagle -s file1 file2
     67export MBK_IN_LO=al
     68~encadr/yagle -s file1 file2
    6969}}}
    7070
     
    7575'''proof''' réalise cette opération entre les description file1.vbe et file2.vbe par la commande :
    7676{{{#!bash
    77 > proof file1 file2
     77proof file1 file2
    7878}}}
    7979