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 ( 12309:326eb6251659 )
new ( 12320:d846aaaa33b1 )
full
compact
SConscript (12309:326eb6251659)
SConscript (12320:d846aaaa33b1)
1
Import('*')
2
3
if env['TARGET_ISA'] == 'riscv':
1
Import('*')
2
3
if env['TARGET_ISA'] == 'riscv':
4
Source('standard.cc')
4
Source('static_inst.cc')
5
Source('static_inst.cc')