Automation of Vivado installation on Windows using PowerShell
https://gist.github.com/steelcowboy/4897883fb25082248d64b2f64c782d0d
#Xilinx #Vivado #PowerShell #Windows #Automation @fpgasic
https://gist.github.com/steelcowboy/4897883fb25082248d64b2f64c782d0d
#Xilinx #Vivado #PowerShell #Windows #Automation @fpgasic
BD_SHELL - is like a UNIX command line shell, but for manually writing and reading FPGA|ASIC registers on a 32bit Local Bus. Supports scripting of course and dumping register contents to a file. It works alongside SUMP2 as a diagnostic tool for chip bringup and debugging.
Fully cross platform compatible and much easier to maintain. BD_SHELL is part of "Backdoor" suite of tools for FPG/A/SIC diagnostics over a simple 2-pin FTDI cable for 1 Mbps UART communications using the Mesa Bus Protocol. The
https://github.com/blackmesalabs/bd_shell
#debug #backdoor #FTDI #python #powershell
Fully cross platform compatible and much easier to maintain. BD_SHELL is part of "Backdoor" suite of tools for FPG/A/SIC diagnostics over a simple 2-pin FTDI cable for 1 Mbps UART communications using the Mesa Bus Protocol. The
bd_server.py
TCP server supports other links such a PCIe, SERDES, whatever you have that Python can talk to, bd_server.py
can adapt to.https://github.com/blackmesalabs/bd_shell
#debug #backdoor #FTDI #python #powershell