mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 09:44:44 +00:00
100%
This commit is contained in:
parent
eeb15ea2a2
commit
65d50db4ef
13 changed files with 74 additions and 67 deletions
|
@ -2326,7 +2326,8 @@ struct CxxrtlWorker {
|
|||
f << escape_c_string(data);
|
||||
}
|
||||
|
||||
void dump_metadata_map(const dict<RTLIL::IdString, RTLIL::Const> &metadata_map) {
|
||||
template <typename SmellsLikeDict>
|
||||
void dump_metadata_map(const SmellsLikeDict &metadata_map) {
|
||||
if (metadata_map.empty()) {
|
||||
f << "metadata_map()";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue