SConscript (12322:e5a1d42b876b) SConscript (12323:55d08b81ff39)
1Import('*')
2
3if env['TARGET_ISA'] == 'riscv':
1Import('*')
2
3if env['TARGET_ISA'] == 'riscv':
4 Source('amo.cc')
4 Source('mem.cc')
5 Source('standard.cc')
6 Source('static_inst.cc')
5 Source('mem.cc')
6 Source('standard.cc')
7 Source('static_inst.cc')