Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP: HOW TO generate such timing

Status
Not open for further replies.

arena_yang

Member level 1
Joined
Apr 1, 2003
Messages
33
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
214
According to the image,
I want to generate the crc_scope according to the soc,eop and val.

As we know,we normally get the falling edge by delaying signals two cycles and then to get the last two-byte pulse scope signal,just as shown in the image below. but how to get the signal for the image above(crc_scope in red)??
 

nval=not val
nval_d1=nval
crc_scope_d1= nvar and not (nval_d1)
crc_scope=crc_scope_da --(have one clock delay)
 

Ignore VAL. Delay SOC (maybe use a shift register) to produce the first Crc_scope pulse. OR it with EOP to produce the second Crc_scope pulse. The result will look like your picture.

If you want Crc_scope to respond to changes in the other signals, then you need to describe your problem better.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top