diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-13 09:22:42 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-13 09:22:42 -0800 |
commit | 9f3cb981d7c0767f40febf0b32e0a19c28d8e6a0 (patch) | |
tree | d0fb208396ca815adfbc6592f2b154caf51cc005 /kernel/rtlil.cc | |
parent | 295e241c074ae275e832fdde9fae6fd897170ac8 (diff) | |
parent | ca2f3db53f3f330d283079bf44b3cef6b7f197be (diff) | |
download | yosys-9f3cb981d7c0767f40febf0b32e0a19c28d8e6a0.tar.gz yosys-9f3cb981d7c0767f40febf0b32e0a19c28d8e6a0.tar.bz2 yosys-9f3cb981d7c0767f40febf0b32e0a19c28d8e6a0.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Diffstat (limited to 'kernel/rtlil.cc')
-rw-r--r-- | kernel/rtlil.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rtlil.cc b/kernel/rtlil.cc index ab4f4f377..f286d139f 100644 --- a/kernel/rtlil.cc +++ b/kernel/rtlil.cc @@ -46,6 +46,7 @@ IdString RTLIL::ID::Y; IdString RTLIL::ID::keep; IdString RTLIL::ID::whitebox; IdString RTLIL::ID::blackbox; +dict<std::string, std::string> RTLIL::constpad; RTLIL::Const::Const() { |