# xf_rtm **Repository Path**: DaviRain/xf_rtm ## Basic Information - **Project Name**: xf_rtm - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tests for kernels Directory: ./kernel/rtm/ ## How to run software emulation For small dataset: ``` make run_sw_em ``` For large dataset (as large as the Pluto model): ``` make run_sw_em RTM_height=1280 RTM_width=7040 RTM_time=12860 RTM_verify=0 ``` ## How to run hardware emulation For small dataset: ``` make run_hw_em ``` For large dataset (as large as the Pluto model): ``` make run_hw_em RTM_height=1280 RTM_width=7040 RTM_time=12860 RTM_verify=0 ``` ## How to run hardware test Build bitstream. One can skip this step since 'rtm.xclbin' is already built in ./kernel/rtm/out_hw/ ``` make run_hw ``` Run on hardware (Alveo U280) for small dataset: ``` make run ``` For large dataset (as large as the Pluto model): ``` make run RTM_height=1280 RTM_width=7040 RTM_time=12860 RTM_verify=0 ```