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.

Fastscan Named capture procedure

Status
Not open for further replies.

shikharmakkar

Junior Member level 1
Joined
Apr 11, 2013
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,427
In the fastscan capture procedure, can I use the condition statement for a programmable register/test point multiple times in different cycles with different values? For eg,

Code:
procedure capture CYC_CLOCK =
   timeplate tp_capture;
   cycle =
      force_pi;
          condition  tp0 0;
          condition  tp1 0;
   end;
   cycle =
      pulse scan_clk;
   end;
   cycle=
          condition tp0 1;
          condition tp1 1;
   end;
   cyce =
      pulse scan_clk;\
   end;
end;

Is something like this possible?
 
Last edited by a moderator:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top