mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Fix to allow inheriting 'VerilatedVcdFile' class. (#2720)
This commit is contained in:
parent
28ff71b1bf
commit
36f41e08a5
@ -81,3 +81,4 @@ Yossi Nivin
|
|||||||
Yuri Victorovich
|
Yuri Victorovich
|
||||||
Yutetsu TAKATSUKASA
|
Yutetsu TAKATSUKASA
|
||||||
Yves Mathieu
|
Yves Mathieu
|
||||||
|
HyungKi Jeong
|
||||||
|
@ -34,7 +34,7 @@ class VerilatedVcd;
|
|||||||
// VerilatedFile
|
// VerilatedFile
|
||||||
/// File handling routines, which can be overrode for e.g. socket I/O
|
/// File handling routines, which can be overrode for e.g. socket I/O
|
||||||
|
|
||||||
class VerilatedVcdFile final {
|
class VerilatedVcdFile VL_NOT_FINAL {
|
||||||
private:
|
private:
|
||||||
int m_fd = 0; ///< File descriptor we're writing to
|
int m_fd = 0; ///< File descriptor we're writing to
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user