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.

how to realize an FSM for Verilog-A for simulations with Spetre - behavior level

Status
Not open for further replies.

nnmate

Junior Member level 1
Joined
Nov 26, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Ger
Activity points
1,415
Hi all,

Does anyone here know, how to realize a Finite States Machine by Verilog-A for Cadence IC Tools? I have already got .vhdl file with lines like

" variable next_state: states;
variable current_state: states;".

Donno how to do it with verilog-a to generate a behavioral model.

PS1: this is a digital control block. States are followed one by one locked by vclock.

PS2: the FSM is not a must, I just don't know how to control the timing without FSM, exp. next_state=state5


thanks alot
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top