diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-06 01:18:24 +0100 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-03-06 01:19:49 +0100 |
commit | 3d2aef0bde5ee35d283da4b230430ffcb73ec176 (patch) | |
tree | a6167b444e162c04cd58a66479cd57ab79ac93d5 /kernel | |
parent | 55e5bd4213c8065994fb916e72105d822bd4175a (diff) | |
download | yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.tar.gz yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.tar.bz2 yosys-3d2aef0bde5ee35d283da4b230430ffcb73ec176.zip |
Remove a few functions that, in fact, did not exist in the first place.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/rtlil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 6170ea55e..f03f27617 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -1339,7 +1339,6 @@ public: RTLIL::SigSpec Not (RTLIL::IdString name, const RTLIL::SigSpec &sig_a, bool is_signed = false, const std::string &src = ""); RTLIL::SigSpec Pos (RTLIL::IdString name, const RTLIL::SigSpec &sig_a, bool is_signed = false, const std::string &src = ""); - RTLIL::SigSpec Bu0 (RTLIL::IdString name, const RTLIL::SigSpec &sig_a, bool is_signed = false, const std::string &src = ""); RTLIL::SigSpec Neg (RTLIL::IdString name, const RTLIL::SigSpec &sig_a, bool is_signed = false, const std::string &src = ""); RTLIL::SigSpec And (RTLIL::IdString name, const RTLIL::SigSpec &sig_a, const RTLIL::SigSpec &sig_b, bool is_signed = false, const std::string &src = ""); @@ -1520,7 +1519,6 @@ struct RTLIL::CaseRule : public RTLIL::AttrObject std::vector<RTLIL::SwitchRule*> switches; ~CaseRule(); - void optimize(); bool empty() const; |