pizzadoe
Newbie level 1
- Joined
- Aug 13, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 7
I'm trying to write verilog models to implement optical components in SPICE simulations, using HSPICE as the simulator. The issue is these models will require variables to persist over multiple steps in the SPICE simulation, and it currently seems that H-SPICE instantiates and destroys the model at each time step, so the variables are lost. Is there any simple way to make this data persistent?