mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 17:01:09 +02:00
Fix process comparison compile error with --public-flat-rw (#7592).
Fixes #7592.
This commit is contained in:
@@ -193,6 +193,7 @@ package std;
|
||||
// Two process references are equal if the different classes' containing
|
||||
// m_process are equal. Can't yet use <=> as the base class template
|
||||
// comparisons doesn't define <=> as they don't yet require --timing and C++20.
|
||||
// V3Name may remove the __PVT__ from this text.
|
||||
// verilog_format: off
|
||||
`ifdef VERILATOR_TIMING
|
||||
`systemc_header_post
|
||||
|
||||
Reference in New Issue
Block a user