1、teq (r):if rs == rt then trap
2、teqi(i):if rs == ***_imm then trap
3、tge ® : if rs >= rt then trap
4、tgei (i):if rs >= ***_imm then trap
5、tgeiu (i):if rs >= ***_imm.asuint then trap
6、tgeu ® : if rs >= rt then trap ,as uint to compare
7、tlbp (感覺像j 的子型別?暫時叫它subj)
10、tlbwr(subj):用cp0的random暫存器的index來寫tlb entry
11、tlt
12、tlti
13、tltiu
14、tltu
15、tne
16、tnei
1、
index.p :
=mux
(match_hit ==
= y,
0.u,
1.u )
// match occurred:0 no match occurred: 1
cp0 的index 暫存器 p位當tlb entry match occurred為0,反之為1。而且p位許可權為r
2、chisel的:=賦值延遲到下乙個週期
比如status.exl 在非eret中斷應該置1,但是受:=影響導致了tlb_refill中斷處理位址的錯誤判斷
Python學習日記day4
turtle庫的使用 知識點1 turtle的繪圖窗體,螢幕左上角的座標為 0,0 turtule.setup width,height,startx,starty 設定窗體大小及位置。基本繪圖中,setup函式並不是必須的。知識點2 turtle空間座標體系。turtle最開始位於正中心。turt...
python日記day4 程式控制
順序 從左到右,從上而下執行的 在python,乙個語句的結束,以換行符作為標誌的 單分支 if 條件 當條件成立時,執行的 print 當條件成立時,執行的 雙分支 if 判斷條件 執行語句 else 執行語句 多 三 分支 if 判斷條件1 執行語句1 elif 判斷條件2 執行語句2 elif...
Day4學習日記執行緒(上)
外鏈轉存失敗,源站可能有防盜煉機制,建議將儲存下來直接上傳 img hdjbpjnb 1606229624152 c users wuvcky desktop image 20201124171107079.png package new public class newthread extends...