Forum Discussion
Altera_Forum
Honored Contributor
10 years agoImplementing a table
Hello all, I'm trying to implement a table with stored switching angles for an inverter on to an FPGA. I'm a beginner so I'm having a lot of trouble figuring this out so please bare with me. H...
Altera_Forum
Honored Contributor
10 years agoThis is going to be a look-up table (LUT) - this is just a ROM.
It is basically a rom where you provide the address (modulation index) and you get the output data (angles) It is quite straight forward to code in VHDL and there are plenty of examples out there.