# nWave ###### tags: `Digital IC Design` [回到主頁面](https://hackmd.io/@derek8955/BkK2Nb5Jo/https%3A%2F%2Fhackmd.io%2FdpcBlBL8TlShpQ-wSi9Quw) 1. alias file(方便觀察FSM) 首先撰寫.alias file ```txt STATE_IDLE 0 STATE_INPUT 1 STATE_PROCCESING 2 STATE_OUTPUT 3 ``` 而後針對FSM signal加入alias file |![image](https://hackmd.io/_uploads/ry-Z-HzPR.png)| |:---:| 2. bus value 查詢bus的特定數值 |![image](https://hackmd.io/_uploads/BkGkMHzPR.png)| |:---:| 3. Save Signal |![image](https://hackmd.io/_uploads/Hy_4fBGD0.png)| |:---:| |![image](https://hackmd.io/_uploads/r1V9zrMPC.png)|