mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-05 15:43:30 +00:00
4 lines
100 B
CMake
4 lines
100 B
CMake
if(ICE40_HX1K_ONLY)
|
|
target_compile_definitions(gui_${family} PRIVATE ICE40_HX1K_ONLY=1)
|
|
endif()
|