From ae58a8d1f55336855a389a6bd9c804de20bda921 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 25 Sep 2020 03:41:33 +0200 Subject: Work on bit/mcureg/mcubase --- hw_html/mcureg.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hw_html/mcureg.cpp (limited to 'hw_html/mcureg.cpp') diff --git a/hw_html/mcureg.cpp b/hw_html/mcureg.cpp new file mode 100644 index 0000000..a8db587 --- /dev/null +++ b/hw_html/mcureg.cpp @@ -0,0 +1,15 @@ +#include +#include +#include +#include +#include + +mcureg::mcureg(const std::string &name, const std::string &access) : + mcubase(name, access) +{ +} + +void mcureg::add(const bit &bit) +{ + bits.push_back(bit); +} -- cgit v1.2.3