aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-20 16:04:43 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-20 16:04:43 +0200
commit95d65971f3f114adb8b62a9d29bc0829467e3d81 (patch)
tree8dd1ff0da0379d74a816295dd32d2b4f58293df8 /kernel/rtlil.h
parentd87c7df27f8268ab849d3f9d84c4b000f83b44e2 (diff)
downloadyosys-95d65971f3f114adb8b62a9d29bc0829467e3d81.tar.gz
yosys-95d65971f3f114adb8b62a9d29bc0829467e3d81.tar.bz2
yosys-95d65971f3f114adb8b62a9d29bc0829467e3d81.zip
added some checks if python is enabled to make sure everything compiles if python is disabled in the makefile
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 89413a166..0e5159be2 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -1175,6 +1175,7 @@ struct RTLIL::Memory : public RTLIL::AttrObject
unsigned int hash() const { return hashidx_; }
Memory();
+ ~Memory();
RTLIL::IdString name;
int width, start_offset, size;