-
Notifications
You must be signed in to change notification settings - Fork 8
/
BC_waveforms.html
13 lines (13 loc) · 1.06 KB
/
BC_waveforms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Sample Waveforms for BC.v </title>
</head>
<body>
<h2><CENTER>Sample behavioral waveforms for design file BC.v </CENTER></h2>
<P>The following waveforms show the behavior of altsyncram megafunction for the chosen set of parameters in design BC.v. For the purpose of this simulation, the contents of the memory at the start of the sample waveforms is assumed to be ( FFF0, XXXX, FFF0, XXXX, ...). The design BC.v has one read port. The read port has 1 words of 16 bits each. The output of the read port is registered by clock. </P>
<CENTER><img src=BC_wave0.jpg> </CENTER>
<P><CENTER><FONT size=2>Fig. 1 : Wave showing read operation. </CENTER></P>
<P><FONT size=3>The above waveform shows the behavior of the design under normal read conditions. The read happens at the rising edge of the enabled clock cycle. The output from the RAM is undefined until after the first rising edge of the read clock. The clock enable on the read side input registers are disabled. The clock enable on the output registers are disabled. </P>
<P></P>
</body>
</html>