mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 02:42:03 +00:00
cxxrtl: fix typo. NFC.
This commit is contained in:
parent
3209c0762a
commit
a5cf000377
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ int cxxrtl_eval(cxxrtl_handle handle);
|
||||||
// Commit the design, replacing the `curr` value of internal state and output wires with the `next`
|
// Commit the design, replacing the `curr` value of internal state and output wires with the `next`
|
||||||
// value.
|
// value.
|
||||||
//
|
//
|
||||||
// Return 1 if any of the `curr` values, 0 otherwise.
|
// Return 1 if any of the `curr` values were updated, 0 otherwise.
|
||||||
int cxxrtl_commit(cxxrtl_handle handle);
|
int cxxrtl_commit(cxxrtl_handle handle);
|
||||||
|
|
||||||
// Simulate the design to a fixed point.
|
// Simulate the design to a fixed point.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue