Cross Reference: SConscript
xref
: /
gem5
/
src
/
arch
/
riscv
/
insts
/
SConscript
Home
History
Annotate
Raw
Download
only in
/gem5/src/arch/riscv/insts/
Deleted
Added
sdiff
udiff
text
old ( 12322:e5a1d42b876b )
new ( 12323:55d08b81ff39 )
full
compact
SConscript (12322:e5a1d42b876b)
SConscript (12323:55d08b81ff39)
1
Import('*')
2
3
if env['TARGET_ISA'] == 'riscv':
1
Import('*')
2
3
if 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')