diff --git a/programming_guide/section-1/README.md b/programming_guide/section-1/README.md index 83822757a2..a9cf6ef883 100644 --- a/programming_guide/section-1/README.md +++ b/programming_guide/section-1/README.md @@ -33,7 +33,7 @@ The arguments for the tile declaration are the tile coordinates (column, row). W ```python # Device declaration - here using aie2 device NPU - @device(AIEDevice.npu1_1col) + @device(AIEDevice.npu1) def device_body(): # Tile declarations