Difference between revisions of "User:ANA/Slide test"

From Wiki4Intranet
Jump to: navigation, search
m
m
 
Line 4: Line 4:
 
</slideshow>
 
</slideshow>
  
===Слайд: Entity===
+
===Слайд: Entity — Не светит ===
 
<source lang="vhdl">
 
<source lang="vhdl">
 
entity example is
 
entity example is
Line 15: Line 15:
 
</source>
 
</source>
  
=== Слайд: cam2/audio.avs ===
+
=== Слайд: cam2/audio.avs — а так, почему-то, светит? ===
  
 
<code-perl>
 
<code-perl>

Latest revision as of 07:14, 18 September 2012

Title

Введение в VHDL...
Author
Ololo
Footer
ANA/Slide test
Subfooter

Ololo, 07:14, 18 September 2012

Слайд: Entity — Не светит

entity example is
generic (
  cnt : integer := 10);
port ( 
  inp   in  : std_logic;
  outp  out : std_logic);
end entity;

Слайд: cam2/audio.avs — а так, почему-то, светит?

#Audio AVS-script, for opening with WAVSource function.
#Time-adjusted according to start-time.py
 
import("common.avs")
audio  = AVISource("source.py.avs").KillVideo()
 
#Uncomment following lines, if you want to use external audio file.
import("start_time.py.avs")
#audio  = WavSource("source.avs.wav")
audio  = audio.TrimAudioMS(TRIM_START_MS)
 
audio