From 0c001e729a2d63ee205b384848a7e95ffae492f7 Mon Sep 17 00:00:00 2001 From: Andrew Bardsley Date: Sun, 23 Mar 2014 11:11:37 -0400 Subject: dev: Fix IsaFake's cxx_header setting cxx_header was set incorrectly on IsaFake --- src/dev/Device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/Device.py b/src/dev/Device.py index 3b86ffb7d..b274b152c 100644 --- a/src/dev/Device.py +++ b/src/dev/Device.py @@ -53,7 +53,7 @@ class DmaDevice(PioDevice): class IsaFake(BasicPioDevice): type = 'IsaFake' - cxx_header = "dev/io_device.hh" + cxx_header = "dev/isa_fake.hh" pio_size = Param.Addr(0x8, "Size of address range") ret_data8 = Param.UInt8(0xFF, "Default data to return") ret_data16 = Param.UInt16(0xFFFF, "Default data to return") -- cgit v1.2.3