csail-csg / pyverilator

Python wrapper for verilator model
MIT License
78 stars 34 forks source link

Remove depreciated call to Verilated::flushCall() #14

Open henryeherman opened 3 years ago

henryeherman commented 3 years ago
bat52 commented 1 year ago

flushCall() has been restored for backwards compatibility starting from verilator version 4.102. https://github.com/chipsalliance/chisel3/issues/1565