includes.isa (12309:326eb6251659) includes.isa (12320:d846aaaa33b1)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

--- 28 unchanged lines hidden (view full) ---

37
38output header {{
39#include <iomanip>
40#include <sstream>
41#include <string>
42#include <tuple>
43#include <vector>
44
1// -*- mode:c++ -*-
2
3// Copyright (c) 2015 RISC-V Foundation
4// Copyright (c) 2016 The University of Virginia
5// All rights reserved.
6//
7// Redistribution and use in source and binary forms, with or without
8// modification, are permitted provided that the following conditions are

--- 28 unchanged lines hidden (view full) ---

37
38output header {{
39#include <iomanip>
40#include <sstream>
41#include <string>
42#include <tuple>
43#include <vector>
44
45#include "arch/riscv/insts/standard.hh"
45#include "arch/riscv/insts/static_inst.hh"
46#include "cpu/static_inst.hh"
47#include "mem/packet.hh"
48#include "mem/request.hh"
49
50}};
51
52output decoder {{

--- 44 unchanged lines hidden ---
46#include "arch/riscv/insts/static_inst.hh"
47#include "cpu/static_inst.hh"
48#include "mem/packet.hh"
49#include "mem/request.hh"
50
51}};
52
53output decoder {{

--- 44 unchanged lines hidden ---