mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +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"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
// http://www.ece.cmu.edu/~ee760/760docs/blif.pdf
|
||||
|
||||
// [[CITE]] Kahn's Topological sorting algorithm
|
||||
// Kahn, Arthur B. (1962), "Topological sorting of large networks", Communications of the ACM 5 (11): 558–562, doi:10.1145/368996.369025
|
||||
// Kahn, Arthur B. (1962), "Topological sorting of large networks", Communications of the ACM 5 (11): 558-562, doi:10.1145/368996.369025
|
||||
// http://en.wikipedia.org/wiki/Topological_sorting
|
||||
|
||||
#define ABC_COMMAND_LIB "strash; scorr; ifraig; retime {D}; strash; dch -f; map {D}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue