Deleted Added
sdiff udiff text old ( 11726:11950d45640b ) new ( 12236:126ac9da6050 )
full compact
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

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

48namespace RiscvISA;
49
50//Include the bitfield definitions
51##include "bitfields.isa"
52
53//Include the operand_types and operand definitions
54##include "operands.isa"
55
56//Include the definitions for the instruction formats
57##include "formats/formats.isa"
58
59//Include the decoder definition
60##include "decoder.isa"