bank.fdl

来自「CPU的code banking技术实例: This Zip file c」· FDL 代码 · 共 141 行

FDL
141
字号
  "Application UI Settings" (
      Dialog configDL (
          X = "37",
          Y = "116",
          WIDTH = "570",
          HEIGHT = "535"
      ),
      Dialog downloadDL (
          X = "287",
          Y = "259",
          WIDTH = "450",
          HEIGHT = "250"
      ),
      Panel gbuf0 (
          IS_EXPANDED = false
      ),
      Panel gbuf1 (
          IS_EXPANDED = false
      ),
      Panel gbuf2 (
          IS_EXPANDED = false
      ),
      Panel gbuf3 (
          IS_EXPANDED = false
      ),
      Panel gbuf4 (
          IS_EXPANDED = false
      ),
      Panel gbuf5 (
          IS_EXPANDED = false
      ),
      Dialog debugDL (
          X = "0",
          Y = "0",
          WIDTH = "700",
          HEIGHT = "560"
      ),
      Dialog NoCommDialog (
          X = "387",
          Y = "309",
          WIDTH = "250",
          HEIGHT = "150"
      ),
      InternalFrame commandFrame (
          X = "0",
          Y = "-20",
          WIDTH = "642",
          HEIGHT = "150",
          isENABLED = true,
          isVISIBLE = true,
          isSELECTED = false,
          isMAXIMUM = false,
          isICON = false,
          isCLOSED = false
      ),
      InternalFrame debugWatchFrame (
          X = "0",
          Y = "-20",
          WIDTH = "642",
          HEIGHT = "300",
          isENABLED = true,
          isVISIBLE = true,
          isSELECTED = false,
          isMAXIMUM = false,
          isICON = false,
          isCLOSED = false
      ),
      ToplevelFrame FDL (
          X = "334",
          Y = "95",
          WIDTH = "650",
          HEIGHT = "600"
      ),
      SplitPane TargetTechnologySplitPane (
          LastDividerLocation = "-1",
          DividerLocation = "-1"
      ),
      TabbedPane DeviceProperties (
          selectedIndex = "0"
      ),
      Dialog CreateSettingsDialog (
          X = "237",
          Y = "129",
          WIDTH = "550",
          HEIGHT = "510"
      )
  ),
  "Application Content Settings" (
      CSD.nameArea = bank,
      CSD.locationArea = "C:\\WINDOWS\\Desktop\\an09\\AN09 - Project Files\\bank2\\bank\\bank.fdl",
      FCTargetDevice_tree = "40 MHz (Part: TE520S40-40Q)",
      memoryType = "External SRAM",
      memoryPart = "GS74108x-15",
      clockPanel = internalRingOscillator,
      ringFreq = "Varies between 5 to 20 MHz from device to device",
      clockSetupTime = "0",
      clockSetupTime1 = "0",
      feedbackResistorIsUsed = false,
      securityPanel = noSecurity,
      cslFile = "C:\\WINDOWS\\Desktop\\an09\\AN09 - Project Files\\bank2\\bank\\bank.csl",
      bankSpinner = "2",
      softwareFile0 = "C:\\WINDOWS\\Desktop\\an09\\uVision2\\bank_packed.h00",
      softwareFile1 = "C:\\WINDOWS\\Desktop\\an09\\uVision2\\bank_packed.h01",
      CD.imageFileFormatRGP = CD.TriscendConfigImageFileRB,
      CD.imageFile = "C:\\WINDOWS\\Desktop\\an09\\AN09 - Project Files\\bank2\\bank\\bankCSoC.cfg",
      D.imageFileFormatRGP = D.TriscendConfigImageFileRB,
      D.configImageFile = "C:\\WINDOWS\\Desktop\\an09\\AN09 - Project Files\\bank2\\bank\\bankCSoC.cfg",
      D.hexImageFile = "C:\\WINDOWS\\Desktop\\an09\\AN09 - Project Files\\bank2\\bank\\bankCSoC.hex",
      D.memoryType = "External SRAM",
      D.memoryPart = "GS74108x-15",
      breakpointControl = bkptDisable,
      domain0 = memory0,
      count0 = "1",
      access0 = read0,
      domain1 = memory1,
      count1 = "1",
      access1 = read1,
      breakCpuMode = stopCpu,
      stopBusClk = false,
      gbufStop0 = false,
      gbufZero0 = false,
      gbufUnblock0 = false,
      gbufStop1 = false,
      gbufZero1 = false,
      gbufUnblock1 = false,
      gbufStop2 = false,
      gbufZero2 = false,
      gbufUnblock2 = false,
      gbufStop3 = false,
      gbufZero3 = false,
      gbufUnblock3 = false,
      gbufStop4 = false,
      gbufZero4 = false,
      gbufUnblock4 = false,
      gbufStop5 = false,
      gbufZero5 = false,
      gbufUnblock5 = false,
      DW.watchListCB = Nets,
      targetDevice = "TE520S40-40Q",
      "FDL DEBUG WATCH"
  )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?