mirror of
https://github.com/DrasLorus/CORDIC_Rotate_APFX.git
synced 2024-11-14 17:13:27 +01:00
8 lines
608 B
Markdown
8 lines
608 B
Markdown
|
# CORDIC ROM Headers
|
||
|
|
||
|
This directory contains build-time generated CORDIC ROM headers.
|
||
|
They are in the form `cordic_rom_${ROM_TYPE}_${CORDIC_W}_${CORDIC_STAGES}_${CORDIC_Q}.hpp` and contain (besides the usual double-inclusion protection) a table `constexpr uint8_t ${ROM_TYPE}_${CORDIC_W}_${CORDIC_STAGES}_${CORDIC_Q}` under the namespace `cordic_roms`. It is filled with corresponding CORDIC control signals.
|
||
|
This table is generated using its corresponding `rom_generator`, itself built and called by the build system.
|
||
|
|
||
|
*Note: This directory is usually empty, but will be filled automatically when needed.*
|