"Verification is the perfect proof of a theory."
- Swami Vivekananda
Tuesday, December 17, 2013
Fibonacci series using SystemVerilog
This is a code for generating Fibonacci series using systemverilog. Recursion is used here in an in-efficient manner. An interesting exercise would be to optimize the following code :-
No comments:
Post a Comment