Skip to content

khavyas/verilog-code-for-logistic-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

verilog code for logistic map

verilog code for logistic map The Logistic map equation is x(n+1) = r * x(n) * (1-x(n)). The above equation is iterated multiple number of times to generate logistic map key values. The verilog code for the logistic map equation is found in logistic.v

About

verilog code for logistic map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 100.0%