講座
Note on Linux 核心設計: 發展動態回顧
Note on Linux 核心設計: 不只挑選任務的排程器
Note on Linux 核心設計: 針對事件導向的 I/O 模型演化
Note on Linux 核心設計: 期末專題回顧
Note on Linux 核心設計: 作業系統術語及概念
linux2025q1
linux2025q1-week1
Setup
Install the Ultimate vimrc
plugin manager
plugin 只會愈裝愈多,因此需要一個掌管所有 plugins 的管理者vundle
(Newer) Minimalist Vim Plugin Manager:PlugInstall to install plugins.
Problem: cannot give root permission to make
Plug 'universal-ctags/ctags', { 'dir': '~/.ctags', 'do': 'sudo make install' }
no need, just put the Shorthand notation:
2021q1 Week1 lecture note
contributed by < asahsieh >
Ref.: GNU/Linux 開發工具
GUN/Linux開發工具
Linux study#Installation
GNU Debugger (GDB)
Update kernel to the Ubuntu Linux 24.04-LTS
Randomization
Soft Constraints
Soft constraints are default constraints which hold true until contradicted by another similar constraint.Ref.: http://vlsiwithvikas.blogspot.tw/2016/05/system-verilog-soft-constraints.html
Unique
unique { open_range_list- }
References:SystemVerilog Unique Constraint
can only be used on numeric variable
Chapters (to be based on <UVM 1.2 User's Guide>)
UVM Study
UVM Sequence
UVM_EVENT_POOL
UVM RAL
UVM Questions
Know-how
from SiFive
Config should be centralized for easily debugging
Why 0.1 + 0.2 != 0.3?[^1]
Prime Factor
質因數: 若b為a的因數,且b為質數,則稱b為a的質因數;如60的質因數有2、3、5。
從內文的描述 Some interesting fact about Prime Factor:
There is only one (unique!) set of prime factors for any number.
Prime factorizations can help us with divisibility, simplifying fractions, and finding common denominators for fractions.
Motivation
I love Surfing. I usually go surfing alone, so I can't take pictures of my surfing by myself. The famous camera for sports, GoPro, it may not suitable to shoot video from shore, because it can only shoot a fixed region. When a guy surf, he'll move around to find waves. So we want to make a device to dynamically capture the moving of surfers.
Similar Products
SOLOSHOT
Objective
Make a camera which can detect one of surfers who is catching a wave and no tag wearing required. The technique Motion detection is considered to use, so called MotionPro, means that ++a GoPro-like device with Motion detection++.