Forum Discussion
Altera_Forum
Honored Contributor
11 years agoLookUp Tables
Hello, I want to implement sine and cosine signals in vhdl to check a part of my code but i don't know how to initialize these sin and cos signals? please tell me what is the way to do it? i h...
Altera_Forum
Honored Contributor
11 years agoI don't about your tools habits but you can convert negative numbers to positive (bit equivalent):
e.g. for n bits negative values (signed) data = data + 2^n