3
0
Fork 0
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:
Clifford Wolf 2015-08-13 09:30:20 +02:00
parent 667b015018
commit 08ad5409a2
4 changed files with 6 additions and 6 deletions

View file

@ -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): 146160, 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"