Wokwi组件

示波器Wokwi-Chip-Scope

json 复制代码
{
  "version": 1,
  "author": "Uri Shaked",
  "editor": "wokwi",
  "parts": [
    {
      "type": "chip-scope",
      "id": "scope1",
      "top": 135.42,
      "left": 369.6,
      "attrs": {
        "sampleTimeUs": "100",
        "sampleTimeMs": "0",
        "triggerChannel": "0",
        "triggerMode": "1",
        "crtColor": "0",
        "trace0Color": "14",
        "trace1Color": "12",
        "trace2Color": "10",
        "trace3Color": "2"
      }
    },
    { "type": "wokwi-vcc", "id": "vcc1", "top": 48.76, "left": 163.2, "attrs": {} },
    { "type": "wokwi-gnd", "id": "gnd1", "top": 192, "left": 297, "attrs": {} },
    {
      "type": "wokwi-resistor",
      "id": "r1",
      "top": 109.55,
      "left": 172.8,
      "attrs": { "value": "1000" }
    },
    {
      "type": "wokwi-pushbutton",
      "id": "btn2",
      "top": 54.2,
      "left": 307.2,
      "attrs": { "color": "green", "xray": "1" }
    }
  ],
  "connections": [
    [ "vcc1:VCC", "r1:1", "red", [ "v0" ] ],
    [ "btn2:1.l", "r1:2", "green", [ "h-48", "v48" ] ],
    [ "btn2:2.l", "gnd1:GND", "green", [ "h0" ] ],
    [ "scope1:D0", "btn2:1.r", "green", [ "h-28.8", "v-28.8", "h86.4", "v-57.6" ] ]
  ],
  "dependencies": { "chip-scope": "github:Dlloydev/Wokwi-Chip-Scope@1.0.7" }
}
相关推荐
hahaha601616 小时前
HLS高层次综合设计技巧--数组
开发语言·嵌入式硬件·算法·fpga开发
NamoAmitabha12817 小时前
直接上手 UVM 例子
fpga开发
cmc102821 小时前
301.modelsim自动仿真
fpga开发
Riwuarua1 天前
从近似0基础开始FPGA开发 -- part.10 verilog-ethernet开源UDP协议栈工程学习
fpga开发·udp·开源
my_daling2 天前
紫光FPGA远程升级注意事项(关于GTP_CFGCLK原语使用问题)
笔记·学习·fpga开发
Riwuarua2 天前
从近似0基础开始FPGA开发 -- part.11 AXI总线协议与工程应用
fpga开发
自小吃多3 天前
高云 FPGA 添加时序约束笔记
笔记·fpga开发
学习FPGA的电气小兴兴3 天前
基于FPGA的CORDIC旋转模式实现sin和cos运算
fpga开发·信号处理·数字信号处理·verilog·fpga·verilog hdl·cordic
blue_ice .3 天前
DDS原理及简易实现
开发语言·经验分享·笔记·嵌入式硬件·fpga开发
明德扬3 天前
AD9653采集模块怎样连接FPGA底板?从ADC采样到数据处理
学习·fpga开发·fpga