avatar
Articles
93
Tags
29
Categories
13
Home
List
  • Music
  • Movie
Jiao hongbao's Trashxmake
Home
List
  • Music
  • Movie

xmake

Created2025-04-27|Updated2025-09-26|from my notion space
|Post Views:

xmake

protal:https://xmake.io/#/zh-cn/

command lines homepage

click here to come back to command line homepage.

Author: Jiao hongbao
Link: https://invoker-pray.github.io/xmake/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
command lines
cover of previous post
Previous
lists
liststo export your requirements as a txt. 12345678910pacman -Qqe > pacman_installed.txtyay -Qqe > yay_installed.txt//reusme// sudo pacman -S --needed - < pacman_installed.txt// yay -S --needed - < yay_installed.txtpip3 freeze > pip_installed.txt// resume : pip3 install -r pip_installed.txt command lines homepageclick here to come back to command line homepage.
cover of next post
Next
FPGA on arch
FPGA on archall the tool-chain we should have is : 1234567chisel # for generate verilog code , optionaliverilog # for compile the verilog filegtkwave # for observe the chartsyosys # for synthsissymbiflow # for synthsis, placement and routing, generate bitstreamsF4PGA # new version of symbiflowopenocd # for uploading to board during these tools, we can pull the docker iamge of symbiflow: 1docker pull daverichmond/fpga-symbiflow:latest and we can use vivado: after download for AMD website...
Related Articles
cover
2025-04-27
cl home page
command lines ofconda git WSL cmake disk LaTeX a labeling xmake docker chisel lists rye homepageclick here come back to homepage.
cover
2025-04-27
LaTeX
LaTeXLaTeX Cheatsheet.pdf command lines homepageclick here to come back to command line homepage.
cover
2025-04-27
WSL
WSLlist distribution: 1wsl --list set default distribution: 1wsl --set-default <name> list distribution that can be download with powershell(actually others can be download in microsoft store) 1wsl --list --online export virtual OS: 1wsl --export <distrobute name> path/to/store.tar import virtual OS: 1wsl --import <distro name> <path to destination> <path to source> --version 2 delete virtual OS: 1wsl --unregister <distribution name> change default...
cover
2025-04-27
labeling
labeling (one possiable)conda create -n labelimg python=3.10 conda activate labelimg pip install PyQt5 pip install pyqt5-tools pip install lxml pip install labelimg labelImg.py .\miniconda\envs\labelimg\Lib\site-packages\labelImg repacle the same file canvas.py .\miniconda\envs\labelimg\Lib\site-packages\libs repacle the same file command lines homepageclick here to come back to command line homepage.
cover
2025-04-27
chisel
chiselto generate verilog code… workflow is : 123sudo pacman -S sbt jdk-openjdk verilatorgit clone https://github.com/chipsalliance/chisel-template.git MyChiselProject then we get a directory MyChiselProject. the code write in : MyChiselProject/src/main/scala you can create a folder here, like example, then write code in the example folder. after done, back to the root path of the MyChiselProject , run : 12sbt "runMain example.Elaborate"(if your chisel file is named...
cover
2025-04-27
cmake
cmakewindows: 1234567cmake -G “MinGW Makefiles” // mingw32-makecmake -G Ninja // ninjacmake -G “Unix Makefiles” // clangcmake -G "MinGW Makefiles" -S .. -B . -DCMAKE_C_COMPILER=<path to gcc.exe> -DCMAKE_CXX_COMPILER=<path to g++.exe> command lines homepageclick here to come back to command line homepage.
avatar
Jiao hongbao
male/INFJ/Libra/Digital-Integrated-Circuit
Articles
93
Tags
29
Categories
13
Follow Me
Announcement
Contents
  1. 1. xmake
  2. 2. command lines homepage
Recent Posts
从零开始的DFT工程师! 特别篇:systemverilog
从零开始的DFT工程师! 特别篇:systemverilog2025-10-19
rust startup
rust startup2025-10-18
arch on mac
arch on mac2025-10-12
GPU Programming and Architecture
GPU Programming and Architecture2025-10-08
occupations
occupations2025-10-08
©2019 - 2025 By Jiao hongbao
Framework Hexo 7.3.0|Theme Butterfly 5.3.5