We wish to write verilog code, which can be placed on an FPGA to generate FMCW radar waveform. Could, anyone suggest any code/ program pertaining to this. Thank you.
Use Xilinx Numerically Controlled Oscillator IP core and add custom logic that will control its phase argument such that you get tone with linearly increasing frequency at the output.
Another way to do it is to use the CORDIC algorithm or look-up table.