SConscript (11965:41e942451f59) | SConscript (12222:6db0fc7407a5) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2013 ARM Limited 4# Copyright (c) 2014 Sven Karlsson 5# All rights reserved 6# 7# The license below extends only to copyright in the software and shall 8# not be construed as granting a license to any other intellectual --- 56 unchanged lines hidden (view full) --- 65 SimObject('RiscvISA.py') 66 SimObject('RiscvTLB.py') 67 SimObject('RiscvSystem.py') 68 69 DebugFlag('RiscvMisc') 70 DebugFlag('RiscvTLB') 71 72 # Add in files generated by the ISA description. | 1# -*- mode:python -*- 2 3# Copyright (c) 2013 ARM Limited 4# Copyright (c) 2014 Sven Karlsson 5# All rights reserved 6# 7# The license below extends only to copyright in the software and shall 8# not be construed as granting a license to any other intellectual --- 56 unchanged lines hidden (view full) --- 65 SimObject('RiscvISA.py') 66 SimObject('RiscvTLB.py') 67 SimObject('RiscvSystem.py') 68 69 DebugFlag('RiscvMisc') 70 DebugFlag('RiscvTLB') 71 72 # Add in files generated by the ISA description. |
73 env.ISADesc('isa/main.isa') | 73 ISADesc('isa/main.isa') |