Lehre.EDS_ProgF2 (Struktur)


Beispielprogramme zu Foliensatz EDS-F2

  • Einführung in VHDL: [hallo_welt_pack.vhd] [hallo_welt.vhd] [hallo_welt1.vhd]
    			ghdl -a hallo_welt.vhd			
    			ghdl -m hallo_welt		
    			ghdl -r hallo_welt
    			
    			ghdl -a hallo_welt_pack.vhd			
    			ghdl -a hallo_welt1.vhd			
    			ghdl -m hallo_welt1		
    			ghdl -r hallo_welt1
    		
  • Definition und Nutzung einer str-Funktion: [test_anw.vhd]
  • 			ghdl -a test_anw.vhd			
    			ghdl -m test_anw		
    			ghdl -r test_anw
    		
  • Signalzuweisungen und Warteanweisungen: [test_wait.vhd]
  • 			ghdl -a test_wait.vhd			
    			ghdl -m test_wait		
    			ghdl -r test_wait
    		
  • 3-Gatter-Beispiel: [sim_3gb.vhd]
  • 			ghdl -a sim_3gb.vhd			
    			ghdl -m sim_3gb		
    			ghdl -r sim_3gb --wave=test_sig.ghw 
    			gtkwave test_sig.ghw test_sig.sav
    		
  • Strukturbeschreibung: [test_g3s.vhd] [oder2.vhd] [und2.vhd] [g3s.vhd]
  • 			ghdl -a oder2.vhd			
    			ghdl -a and2.vhd			
    			ghdl -a g3s.vhd			
    			ghdl -a test_g3s.vhd			
    			ghdl -m test_g3s		
    			ghdl -r test_g3s --wave=test_g3s.ghw 
    			gtkwave test_g3s.ghw test_g3s.sav
    		


Autor: gkemnitz, Letzte Änderung: 15.04.2024 16:05:18


 TU Clausthal 2020  Impressum