mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-02 01:13:19 +00:00
Some ASCII encoding fixes (comments and docs) by Larry Doolittle
This commit is contained in:
parent
667b015018
commit
08ad5409a2
4 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
// [[CITE]] Tarjan's strongly connected components algorithm
|
||||
// Tarjan, R. E. (1972), "Depth-first search and linear graph algorithms", SIAM Journal on Computing 1 (2): 146–160, doi:10.1137/0201010
|
||||
// Tarjan, R. E. (1972), "Depth-first search and linear graph algorithms", SIAM Journal on Computing 1 (2): 146-160, doi:10.1137/0201010
|
||||
// http://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm
|
||||
|
||||
#include "kernel/register.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue