# Regular Meeting (2021.1.4)
* Solved problems of building hw
## Solved problems of building hw
1.  (last week)
Solution:
[Refer to here](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2018_2/ug975-vivado-quick-reference.pdf),
Add following snippet in tclsh of build-hw
```tclsh
set_part xc7z010-400clg-1
```
Even work in the non-project mode,
We also need to create dummy project (`set_part`) in the memory
(project-mode working on the disk)
2. 
Seems to lost board files.
[How to install?](https://github.com/curly-wei/xvc-pynq-z2)
After installed

But...


###### tags: `Regular Meeting` `DeWei`