摘要:
#include "mainwindow.h" #include "ui_mainwindow.h" class RotatedButton : public QPushButton { public: explicit RotatedButton(const QString &text, QWid 阅读全文
摘要:
关于win10安装wsl子系统Ubuntu图形界面的错误解决 - 点击领取 (dianjilingqu.com) 阅读全文
摘要:
class MyQLabel(QtWidgets.QLabel): # 自定义信号, 注意信号必须为类属性 clicked = QtCore.pyqtSignal() def __init__(self, parent=None): super(MyQLabel, self).__init__(pa 阅读全文
摘要:
1、485需要单独收发控制。 2、测波形注意示波器接地。 3、产品测试要测波形。 4、溜了溜了,呵呵。 https://files.cnblogs.com/files/dlutccj/RS485%E6%95%85%E9%9A%9C%E6%8E%92%E6%9F%A5.zip 阅读全文
摘要:
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20 阅读全文
摘要:
`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20 阅读全文
摘要:
1、Microblaze中使用AXI接口MIG时,使用MIG的“ui_clk”作为MB及AXI的时钟,否则会报AXI接口时钟不匹配错误。 2、MIG IP核自带的XDC文件中有关于sys_clk的roate约束,set_property CLOCK_DEDICATED_ROUTE BACKBONE 阅读全文
摘要:
//runing flag led reg[23:0]led_count = 24'd0; always @ (posedge clk_25m or negedge rst_n) begin if(~rst_n)begin led_count <= 24'd0; led <= 1'b0; end e 阅读全文
摘要:
官方源码编译坑 1、下载源码头铁直接编译,根据提示缺啥装啥 2、提示缺少clang,明明已经安装,纠结之后填坑在此 https://gitee.com/openharmony/build_lite/pulls/78/files 阅读全文