3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-25 01:55:33 +00:00

Updated command reference in manual

This commit is contained in:
Clifford Wolf 2016-02-14 11:02:11 +01:00
parent 0761ad6e18
commit 85fe6d176f
3 changed files with 364 additions and 16 deletions

View file

@ -94,7 +94,7 @@ creates a bijective map from K to the integers. For example:
It is not possible to remove elements from an idict.
Finally mfp<K> implements a merge-find set data structure (aka. disjoint-set or
unionfind) over the type K ("mfp" = merge-find-promote).
union-find) over the type K ("mfp" = merge-find-promote).
2. Standard STL data types