- 博客(3)
- 收藏
- 关注
原创 2021-08-18
问题描述: 关于FPGAnois2 的elf文件和sof文件固话 解决方案: 将elf和sof文件放在一个文件里面,然后再新建一个txt文件,复制下面程序: sof=“Flashwork.sof” elf=“ram_tcp.elf” echo “sof>flash …”; sof2flash --epcs --input=$sof --output=sof.flash --quiet echo “elf>flash …”; elf2flash --epcs --after=sof.flash -
2021-08-18 16:34:47
805
原创 2021-07-12
module spi( input clk, input rst_n, input I_rx_en, input I_tx_en, input [7:0]I_data_in, output reg [7:0]O_data_out, output reg O_rx_done, output reg O_tx_done, //spi四个协议 input I_spi_miso, output reg I_spi_sck, output reg I_spi_mosi, outp
2021-07-12 22:25:34
79
原创 2021-04-20
//问题:用户输入一个数,输出以这个数组成的n位回形方阵,例如下面三列组成的回形放阵: 1 2 3 8 9 4 7 6 5 System.out.println("请输入一个整数:"); int len=input.nextInt(); int s=len*len;//方阵总个数 int [][] fangZheng= new int[len][len]; int count=0;//更新的...
2021-04-20 22:43:05
101
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人