We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906a32e commit 7b70ec4Copy full SHA for 7b70ec4
include/circt/Dialect/FIRRTL/FIRRTLDialect.td
@@ -26,8 +26,8 @@ def FIRRTLDialect : Dialect {
26
let summary = "Types and operations for firrtl dialect";
27
let description = [{
28
This dialect defines the `firrtl` dialect, which is used to lower from Chisel
29
- code to Verilog. For more information, see the [FIRRTL GitHub
30
- page](https://github.com/freechipsproject/firrtl).
+ code to Verilog. For more information, see the [FIRRTL Spec
+ page](https://github.com/chipsalliance/firrtl-spec).
31
}];
32
33
let hasConstantMaterializer = 1;
0 commit comments