Skip to content

Instantly share code, notes, and snippets.

View Teddy-van-Jerry's full-sized avatar

Teddy van Jerry Teddy-van-Jerry

View GitHub Profile
@Teddy-van-Jerry
Teddy-van-Jerry / gen_luts.py
Last active October 21, 2025 01:05
CORDIC LUTs for Vitis HLS
#!/usr/bin/env python3
""" Generate CORDIC LUTs
Note: The code generation is assisted by GitHub Copilot.
Author: Wuqiong Zhao (wqzhao@ucsd.edu)
"""
import numpy as np
LUT_HEADER_FILE = "cordic_LUTs.hpp"
@Teddy-van-Jerry
Teddy-van-Jerry / mmCEsim_Report_Example.rpt
Created September 17, 2022 16:18
mmCEsim Report (.rpt) Example
#------------------------------------------------------------------------------
# Title : mmWave MIMO model
# Description: Simple Functional Test with OMP
# Author : Wuqiong Zhao
# Time : 2022-09-18 00:10:47 (UTC +0800)
#
# Report generated by mmCEsim 0.1.0.
# GitHub organization at https://github.com/mmcesim.
# Web app is available at https://app.mmcesim.org.
# Visit https://mmcesim.org for more information.