Calmisi Lee

Never like what you think.


  • Home

  • Archives

  • Tags

  • Categories

  • About

  • Search

硬件知识的一些总结

Posted on 2016-12-12 | Edited on 2018-09-16 | In Hardware tips | Views:
Symbols count in article: 993 | Reading time ≈ 1 mins.

记录一些硬件相关的点。
毕竟搞软件的来搞硬件是件很头疼的事。

Read more »

Vivado remote Hardware Target

Posted on 2016-12-08 | Edited on 2018-09-16 | In Vivado development | Views:
Symbols count in article: 1.2k | Reading time ≈ 1 mins.

由于FPGA开发板插在服务器上,往里面烧程序的话,就得去放服务器的房间,在服务器上的Vivado操作,那样就超级麻烦了。而且服务器配的显示器也很小,不便于开发。后来发现Vivado的Hardware manager支持remote Hardware Target.

Read more »

note of PR Vivado flow (UG909)

Posted on 2016-12-07 | Edited on 2018-09-16 | In Virtex-7 Partial Reconfiguration | Views:
Symbols count in article: 6.9k | Reading time ≈ 6 mins.

1.Create a Partial Reconfiguration Project

PR项目和标准的项目设计流一样。通过新建工程向导,选择target device,design sources and constraints, and set all the main project details.
新建工程的时候,静态区域(static portion)应该添加source files和constraints。
可以选择RTL design sources加入到每一个Reconfigurable Partition的第一个Reconfigurable Module中,或者什么都不加将其留为black boxes.

注意:只能添加一个RM的sources在工程创建的时候。the Partial Reconfiguration wizard将用来添加另外的RMs.

Read more »

linux多网卡环境设置路由

Posted on 2016-11-30 | Edited on 2018-09-16 | In Linux | Views:
Symbols count in article: 598 | Reading time ≈ 1 mins.

在linux系统中,如果系统配置多块网卡,则需要正确的设置路由以引导不同的流量走不同的网卡。

一.查看路由

route

二.默认路由设置

  1. 删除默认路由
    route del default
    此条命令会删除route显示的路由表的最上面的一条默认路由。
  2. 增加默认路由
    route add default gw IP(如:192.168.1.1)
    Read more »

ATX电源接口定义

Posted on 2016-11-30 | Edited on 2018-09-16 | In LuanQiBaZao | Views:
Symbols count in article: 754 | Reading time ≈ 1 mins.

实验室的FPGA板的有一个外接的电源适配器,但是插在主板上再用外接的电源适配器供电就不方便了。随板子一起的有个ATX电源的转接线,是大4D的针转6pin口的。板子电源插口还提示不能直接用PCIE显卡的6pin的口直接插上去供电,必须要用它的大4D转6pin的线,后来测试了一下是因为FPGA板上的6pin口的12V线和地线和标准的PCIe显卡6pin口不一致。

问题来了。我们的服务器的ATX电源没有D型4pin的口,这下可怎么搞。于是我就查了一下ATX电源的各种接头的定义规范,准备自己DIY一个6PIN转6PIN的线,达到给FPGA板正确供电的效果。

Read more »

eclipse中相关issue的solutions

Posted on 2016-11-28 | Edited on 2018-09-16 | In Java & eclipse | Views:
Symbols count in article: 766 | Reading time ≈ 1 mins.

本文记录在使用eclipse进行java开发时运到的问题和相应的解决方法。

Read more »

linux系统给安装的软件添加桌面启动菜单快捷方式

Posted on 2016-11-22 | Edited on 2018-09-16 | In Linux | Views:
Symbols count in article: 678 | Reading time ≈ 1 mins.

FPGA板开发的原因,Xilinx官方给的test example是用java awt写的GUI,但是在服务器上运行的时候有错误,而且出现错误后关掉程序重新运行就会提示Another instance of GUI already running。
没办法咯,只能自己看下JAVA程序的源码咯。所以就下载了个Eclipse,解压后直接用的,我想要加入centos右上角那个Application索引里面,所以就上网搜了一下。

Read more »

fedora 24安装nvidia显卡驱动

Posted on 2016-11-16 | Edited on 2018-09-16 | In Linux | Views:
Symbols count in article: 2k | Reading time ≈ 2 mins.

生命在于折腾。真想狗带。

前言:
昨天买的FPGA板到了,run了一下BIST(built-in-self-test),功能都是正常的。然后就是测试PCI-E和10G光口。
噩梦就这么开始了。

Read more »

scala函数相关知识点

Posted on 2016-11-09 | Edited on 2018-09-16 | In Spark | Views:
Symbols count in article: 109 | Reading time ≈ 1 mins.

1.scala函数可以赋值给变量

这里我们定义了一个函数fun1,然后将他赋值给了一个变量fun_v。
格式为:
val 变量名 = 函数名 + 空格 _
这里函数名后面必须要有空格,表明是函数的原型。
_代表函数的参数。

vncserver的一些设置

Posted on 2016-11-08 | Edited on 2018-09-16 | In Linux | Views:
Symbols count in article: 3.7k | Reading time ≈ 3 mins.

实验室有台DELL的服务器,平常都开着。
服务器上部署着VNC-server,方便其他同学远程连接进行一些开发工作和实验。

刚好我的显示器有台是2k分辨率的,
用VNC-viewer登录服务器后,发现能设置的最大分辨率是1920*1200。
全屏的时候不能占满整个屏幕,这严重影响我操作时候的视觉美感。

Read more »
1…567
Calmisi Lee

Calmisi Lee

Pas de regrets

67 posts
19 categories
52 tags
GitHub E-Mail
0%
© 2015.6 – 2019 Calmisi Lee | Symbols count total: 319k | Reading time total ≈ 4:50
Powered by Hexo
|
Theme – NexT.Pisces v7.0.0