# sophon_media **Repository Path**: wdw-wayne/sophon_media ## Basic Information - **Project Name**: sophon_media - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-26 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README soc CI 1: mkdir buildit ; cd buildit 2: asic cmake -DPLATFORM=soc -DSUBTYPE=asic -DCMAKE_INSTALL_PREFIX=../install -DDEBUG=on .. cmake --build . --target all -- -j`nproc` cmake --build . --target sophon_sample cmake --build . --target package fpga cmake -DPLATFORM=soc -DSUBTYPE=fpga -DCMAKE_INSTALL_PREFIX=../install -DDEBUG=on .. cmake --build . --target all -- -j`nproc` cmake --build . --target sophon_sample cmake --build . --target package