internal protected RV32_AbstractDecoder(RV32_InstructionDecoder decoder)
 {
     Decoder = decoder;
 }
Пример #2
0
 public RV32F_Decoder(RV32_InstructionDecoder decoder) : base(decoder)
 {
 }