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.

Verilog-D for analog Integrator

Status
Not open for further replies.

ashrafsazid

Advanced Member level 4
Joined
Sep 17, 2016
Messages
104
Helped
1
Reputation
2
Reaction score
2
Trophy points
18
Location
Germany
Activity points
935
Hi, It is possible to write a functional verilog-D model for analog Integrator? If possible can you please give me an example?
 

It is possible.

It is very easy to implement integration of even time step.

Implement as Trapesoidal Integration or Simpson Integration.
Here yoy have to generate time event required for time step of integration.
 
Last edited:

Can you provide me an example? Is it also possible to get the output as voltage?
 

Is it also possible to get the output as voltage?
No.
Can you uderstand Verilog-D surely ?

Can you understand https://www.edaboard.com/threads/365005/#2

Available data types are "wire", "reg", "real", "integer".
And you can not use "real" and "integer" as ports.

Simulator for Verilog-D is classified as Signal Flow Simulator.

On the other hand, SPICE Type simulator is classified as Energy Conservative System Simulator, where two physical objects, potential and flow are contrainted.
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top