mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
Fix formatting. NFC.
This commit is contained in:
parent
8f1a320646
commit
574f5cb5b2
|
@ -75,8 +75,8 @@ void cxxrtl_vcd_add_from(cxxrtl_vcd vcd, cxxrtl_handle handle);
|
||||||
//
|
//
|
||||||
// Objects can only be scheduled before the first call to `cxxrtl_vcd_sample`.
|
// Objects can only be scheduled before the first call to `cxxrtl_vcd_sample`.
|
||||||
void cxxrtl_vcd_add_from_if(cxxrtl_vcd vcd, cxxrtl_handle handle, void *data,
|
void cxxrtl_vcd_add_from_if(cxxrtl_vcd vcd, cxxrtl_handle handle, void *data,
|
||||||
int (*filter)(void *data, const char *name,
|
int (*filter)(void *data, const char *name,
|
||||||
const struct cxxrtl_object *object));
|
const struct cxxrtl_object *object));
|
||||||
|
|
||||||
// Schedule all CXXRTL objects in a simulation except for memories.
|
// Schedule all CXXRTL objects in a simulation except for memories.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue