You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe 05972bf9d2 V10 1 year ago
.vscode update 1 year ago
ipcore v0 1 year ago
out update 1 year ago
pango_tools update 1 year ago
release V10 1 year ago
source V10 1 year ago
.gitignore update 1 year ago
ACPGL22G核心板原理图.pdf update 2 years ago
README.md V10 1 year ago
camera_light_src_timing_controller_fpga.fdc v5 1 year ago
camera_light_src_timing_controller_fpga.pds V10 1 year ago
cfg_verify_result.sbit v2 1 year ago
data.wf update 2 years ago
fdc_generator.exe update 1 year ago
msg_level.txt update 2 years ago
pin.csv v5 1 year ago
pin.md update 2 years ago

README.md

    sfc转换指令
        cfg_gen_sfc -device_name W25Q128Q -opcode 107 -sbit_start_address 0 -sbit generate_bitstream/Top.sbit

    V10:
        1.修复当寄存器变化频率的时候,SPI读取数据错误的BUG
    V9:
        1.修复PL无法2+倍频的BUG
    V7:
        1.修复PLL的BUG
    V6: 
        1.光耦输入默认反向
        2.修改内部触发默认滤波参数为0
        3.光耦输入和TTL输入默认可调
    V5:
        1.解决上电灯闪烁的问题
        2.修改默认滤波参数为10
        3.优化分频倍频逻辑,支持不稳定频率输入
    
TODO:
    寄存器变化频率的时候,SPI读取数据错误的BUG(PS:没有完全解决,暂时不知道问题在哪)